Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
1{
2 "$schema": "https://turbo.build/schema.json",
3 "tasks": {
4 "install": {
5 "dependsOn": ["^install"]
6 },
7 "build": {
8 "dependsOn": ["^build"],
9 "outputs": ["./dist/**"]
10 },
11 "check-types": {
12 "dependsOn": ["^check-types"]
13 },
14 "dev": {
15 "persistent": true,
16 "cache": false
17 },
18 "db:migrate": {
19 "cache": false
20 }
21 }
22}