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 4ed96c1 commit 168ee5eCopy full SHA for 168ee5e
turbo.json
@@ -4,6 +4,10 @@
4
"pipeline": {
5
"build": {
6
"dependsOn": ["^build"],
7
+ "env": [
8
+ "NEXT_PUBLIC_BASE_URL",
9
+ "NODE_ENV"
10
+ ],
11
"outputs": [".next/**", "!.next/cache/**", "storybook-static/**"]
12
},
13
"lint": {},
0 commit comments