chore: monorepo
This commit is contained in:
12
turbo.json
Normal file
12
turbo.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false
|
||||
},
|
||||
"type-check": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user