chore: update deps + turbo 2.0
This commit is contained in:
26
turbo.json
26
turbo.json
@@ -1,15 +1,23 @@
|
||||
{
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"pipeline": {
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**", ".build/**"]
|
||||
"outputs": ["dist/**", ".build/**", ".svelte-kit/**", ".svelte/**"],
|
||||
"env": [
|
||||
"VITE_SANITY_*",
|
||||
"VITE_API_*",
|
||||
"PUBLIC_*",
|
||||
"SWELL_API_*",
|
||||
"NEWSLETTER_*"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"dev": {
|
||||
"cache": false
|
||||
}
|
||||
"check": {},
|
||||
"lint": {},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user