Skip to content

Commit

Permalink
update: env
Browse files Browse the repository at this point in the history
  • Loading branch information
nogorka committed May 14, 2024
1 parent ca16a8a commit ccbc5ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
VITE_APP_HOST="localhost"
VITE_APP_PORT=8000
VITE_APP_HOST="176.123.168.71"
VITE_APP_PORT=3000

2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_HOST="localhost"
VITE_APP_PORT=8000
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
"format": "prettier --write src/",
"serve:dev": "vite --mode development",
"serve:prod": "vite --mode production"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
Expand Down

0 comments on commit ccbc5ce

Please sign in to comment.