Skip to content

Commit

Permalink
fix(web): the missing .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed Mar 4, 2024
1 parent 0e331fd commit 6c25f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/web/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_APP_VERSION=$npm_package_version
PORT=3333
2 changes: 1 addition & 1 deletion apps/web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_modules
dist
.output
.nuxt
.env
!.env
.idea/

0 comments on commit 6c25f16

Please sign in to comment.