Auto-indexing service and GraphQL API for AT Protocol Records
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove playwright-mcp folder

+1 -1
.playwright-mcp/page-2025-11-09T01-02-59-514Z.png

This is a binary file and will not be displayed.

.playwright-mcp/page-2025-11-09T01-05-31-489Z.png

This is a binary file and will not be displayed.

+1 -1
Dockerfile
··· 42 42 # Compile the client code and output to server's static directory 43 43 RUN cd /build/client \ 44 44 && gleam add --dev lustre_dev_tools \ 45 - && gleam run -m lustre/dev build client --minify --outdir=/build/server/priv/static 45 + && gleam run -m lustre/dev build quickslice_client --minify --outdir=/build/server/priv/static 46 46 47 47 # Compile the server code 48 48 RUN cd /build/server \