Listen to and share the music in the Atmosphere. musicsky.up.railway.app/
nextjs atproto music typescript react
3
fork

Configure Feed

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

fix: add env vars to turbo.json

Signed-off-by: mejsiejdev <mejsiejdev@gmail.com>

+1
+1
turbo.json
··· 3 3 "tasks": { 4 4 "build": { 5 5 "dependsOn": ["^build"], 6 + "env": ["NEXT_PUBLIC_URL", "PRIVATE_KEY", "DATABASE_PATH"], 6 7 "outputs": [".next/**", "!.next/cache/**"] 7 8 }, 8 9 "lint": {