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

try amethyst w/o explicit lex build

-3
-3
apps/amethyst/Dockerfile
··· 30 30 # Install dependencies and generate lexicons 31 31 RUN pnpm install 32 32 33 - # Generate lexicons before building amethyst 34 - RUN pnpm lex:gen-server 35 - 36 33 # Build the amethyst app 37 34 WORKDIR /app/apps/amethyst 38 35 RUN pnpm run build:web