Skip to content

Commit

Permalink
chore: add env
Browse files Browse the repository at this point in the history
  • Loading branch information
szmxx committed Sep 10, 2023
1 parent 5077b2d commit 1494934
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_APP_NAME = 'template-vite'
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_APP_NAME = 'template-vite'
1 change: 1 addition & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_APP_NAME = 'template-vite'
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ logs
node_modules
dist

.env
.env.*

.DS_Store

0 comments on commit 1494934

Please sign in to comment.