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 229d12e commit 3994e2cCopy full SHA for 3994e2c
src/frontend/turbo.json
@@ -1,7 +1,13 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"cacheDir": ".turbo/cache",
4
- "globalEnv": [".env/**", ".env.local/**"],
+ "globalEnv": [
5
+ "NEXT_PUBLIC_MODE",
6
+ "NEXT_PUBLIC_REAL_BASE_URL",
7
+ "NEXT_PUBLIC_KAKAO_CLIENT_ID",
8
+ "NEXT_PUBLIC_KAKAO_REDIRECT_URI",
9
+ "NEXT_PUBLIC_S3_BUCKET_NAME"
10
+ ],
11
"ui": "tui",
12
"tasks": {
13
"build:web": {
0 commit comments