Skip to content

Commit

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


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",
"build": "tsc && vite build --mode development",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier . --write",
Expand Down

0 comments on commit f06017d

Please sign in to comment.