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",
"globalDependencies": ["**/.env.*local"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"lint": {
"dependsOn": ["^lint"]
},
"dev": {
"cache": false,
"persistent": true
}
}
}
}k