Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at a7cdb1c270891f613ddc2ca9aa492b7d4073fa91 22 lines 387 B view raw
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}