Skip to content

Commit f150793

Browse files
committed
#351 fix(fe): globalEnv 설정
1 parent 3994e2c commit f150793

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/frontend/turbo.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"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-
],
4+
"globalEnv": [".env/**", ".env.local/**"],
115
"ui": "tui",
126
"tasks": {
137
"build:web": {

0 commit comments

Comments
 (0)