17 lines
259 B
JSON
17 lines
259 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"pipeline": {
|
|
"dev": {
|
|
"dependsOn": [],
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"start": {
|
|
"dependsOn": ["build"]
|
|
}
|
|
}
|
|
}
|