Files
gob-alert/turbo.json
alexandrump 82f3464565 first commit
2026-02-09 01:02:53 +01:00

17 lines
259 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"dev": {
"dependsOn": [],
"cache": false
},
"build": {
"dependsOn": ["^build"],
"outputs": []
},
"start": {
"dependsOn": ["build"]
}
}
}