Update globalDotEnv in turbo.json

This commit is contained in:
Stan Wohlwend 2024-07-01 17:20:48 -07:00
parent 6784ef3d65
commit 1746ca4aa6

View File

@ -1,5 +1,13 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDotEnv": [
".env",
".env.local",
".env.development",
".env.development.local",
".env.production",
".env.production.local"
],
"tasks": {
"build": {
"inputs": [