The recipes.blue monorepo recipes.blue
recipes appview atproto

feat: pass through env with turbo

Changed files
+6 -1
+6 -1
turbo.json
··· 6 6 }, 7 7 "dev": { 8 8 "persistent": true, 9 - "cache": false 9 + "cache": false, 10 + "passThroughEnv": [ 11 + "TURSO_CONNECTION_URL", 12 + "TURSO_AUTH_TOKEN", 13 + "ENV" 14 + ] 10 15 }, 11 16 "db:generate": { 12 17 "cache": false