We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3994e2c commit f150793Copy full SHA for f150793
1 file changed
src/frontend/turbo.json
@@ -1,13 +1,7 @@
1
{
2
"$schema": "https://turbo.build/schema.json",
3
"cacheDir": ".turbo/cache",
4
- "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
- ],
+ "globalEnv": [".env/**", ".env.local/**"],
11
"ui": "tui",
12
"tasks": {
13
"build:web": {
0 commit comments