Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

hrmm does this work

+5
+5
apps/amethyst/Dockerfile
··· 28 COPY ../../.env ./apps/amethyst/.env 29 30 # Install dependencies and generate lexicons 31 RUN pnpm install 32 33 # Build the amethyst app
··· 28 COPY ../../.env ./apps/amethyst/.env 29 30 # Install dependencies and generate lexicons 31 + RUN cd tools/lexicon-cli && pnpm build 32 + 33 + # Generate lexicons before building amethyst 34 + RUN pnpm lex:gen-server 35 + 36 RUN pnpm install 37 38 # Build the amethyst app