Work on the dev env and building for production and staging.

This commit is contained in:
Scott Idem
2024-10-03 20:48:41 -04:00
parent 7b84e1c1fc
commit b6cd3f59e5
7 changed files with 116 additions and 2 deletions

2
.gitignore vendored
View File

@@ -6,6 +6,8 @@ node_modules
.env
.env.*
!.env.example
!.env.prod.default
!.env.staging.default
vite.config.js.timestamp-*
vite.config.ts.timestamp-*