Skip to content

Commit

Permalink
Change NODE_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 30, 2024
1 parent f06017d commit a7aef0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions frontend/.env.development
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
VITE_API_ADDR="https://codepair-api.yorkie.dev"
VITE_API_ADDR="http://localhost:3000"
VITE_YORKIE_API_ADDR="https://api.yorkie.dev"
VITE_YORKIE_API_KEY="cmggkp8ksk14av0keupg"


VITE_YORKIE_API_KEY="cmftp10ksk14av0kc7gg"
1 change: 1 addition & 0 deletions frontend/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NODE_ENV=development
VITE_API_ADDR="https://codepair-api.yorkie.dev"
VITE_YORKIE_API_ADDR="https://api.yorkie.dev"
VITE_YORKIE_API_KEY="cmggkp8ksk14av0keupg"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build --mode development",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier . --write",
Expand Down

0 comments on commit a7aef0d

Please sign in to comment.