upload environment files

This commit is contained in:
susie-laptop 2025-03-29 14:45:04 -04:00
parent d816b1125d
commit 3752a0df88
3 changed files with 7 additions and 2 deletions

3
.env.development Normal file
View File

@ -0,0 +1,3 @@
VITE_PORT = 8080
VITE_PROD = false
VITE_API_URL = "http://81.69.223.133:58008"

3
.env.production Normal file
View File

@ -0,0 +1,3 @@
VITE_PORT = 8080
VITE_PROD = false
VITE_API_URL = "http://81.69.223.133:58008"

3
.gitignore vendored
View File

@ -21,5 +21,4 @@ dist-ssr
*.ntvs*
*.njsproj
*.sln
*.sw?
.env*
*.sw?