i donut get it
Some checks failed
Deploy Frontend / deploy (push) Failing after 48s

This commit is contained in:
Lee 2024-10-03 20:39:03 +01:00
parent 2b7932a352
commit ced7450823

@ -1,15 +1,17 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"tasks": { "tasks": {
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"] "outputs": [".next/**", "!.next/cache/**"]
}, },
"lint": {}, "lint": {
"dependsOn": ["^lint"]
},
"dev": { "dev": {
"cache": false, "cache": false,
"persistent": true "persistent": true
} }
} }
} }k