Merge pull request #29 from JBB0807/env-remove

env cleanup
This commit is contained in:
JB Balahadia 2025-05-15 10:49:25 -07:00 committed by GitHub
commit e96ec53ebd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 5 deletions

2
.env
View file

@ -1,2 +0,0 @@
VITE_AUTH_URL="https://byte-camp-auth-service.fly.dev"
VITE_ASSIGNMENT_URL="http://assignment-service.internal"

View file

@ -1,2 +0,0 @@
VITE_AUTH_URL="http://localhost:8080"
VITE_ASSIGNMENT_URL="http://localhost:8082"

1
.gitignore vendored
View file

@ -7,7 +7,6 @@ yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
lerna-debug.log* lerna-debug.log*
*.env
node_modules node_modules
dist dist
dist-ssr dist-ssr