Update turbo settings

This commit is contained in:
Darren Clarke 2024-06-05 09:06:00 +02:00
parent 85a0fc11e5
commit 31da4b0e62
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDotEnv": [".env"],
"pipeline": {
"globalDependencies": [".env"],
"tasks": {
"dev": {
"dependsOn": ["^build"],
"cache": false,