Skip to content

Commit

Permalink
feat: cria .env para vm
Browse files Browse the repository at this point in the history
  • Loading branch information
anaelisaramos committed Feb 12, 2025
1 parent 62e1db9 commit f127fb9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/.env.development

This file was deleted.

1 change: 1 addition & 0 deletions web/.env.vm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_URL=https://acheiunb.com.br/api
1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:vm": "vite build --mode vm",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.{js,vue,css,html}\""
},
Expand Down

0 comments on commit f127fb9

Please sign in to comment.