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

Merge

+4 -5
+1 -1
.gitignore
··· 1 1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 2 3 3 # dependencies 4 - /node_modules 4 + node_modules/ 5 5 /.pnp 6 6 .pnp.js 7 7
+2 -3
README.md
··· 3 3 To get started with this template, simply paste this command into your terminal: 4 4 5 5 ```bash 6 - bun install && bun install -g turbo && mv apps/aqua/.dev_env apps/aqua/.env && 6 + bun install && bun install -g turbo && cp apps/aqua/.env.example apps/aqua/.env && 7 7 bun run db:migrate 8 8 ``` 9 9 ··· 15 15 turbo dev --filter=@teal/aqua 16 16 ``` 17 17 18 - Open http://localhost:3000/oauth/login/:handle with your browser to see the 19 - result. 18 + Open http://localhost:3000/ with your browser to see the home page.
apps/aqua/.dev_env apps/aqua/.env.example
+1 -1
package.json
··· 16 16 "db:seed": "drizzle-kit seed" 17 17 }, 18 18 "devDependencies": { 19 - "turbo": "latest" 19 + "turbo": "^2.3.0" 20 20 }, 21 21 "engines": { 22 22 "node": ">=20.0.0"