We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d484e4c commit 62c5c38Copy full SHA for 62c5c38
turbo.json
@@ -3,6 +3,7 @@
3
"tasks": {
4
"build": {
5
"dependsOn": ["^build"],
6
+ "env": ["SITE_VERSION", "NODE_ENV"],
7
"inputs": ["$TURBO_DEFAULT$", ".env", ".env.*", "!**/*.stories.{tsx,jsx,mdx}"],
8
"outputs": [".next/**", "!.next/cache/**", "dist/**", "storybook-static/**"]
9
},
0 commit comments