initial commit
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 17s

This commit is contained in:
2026-01-28 23:52:15 -05:00
commit 787c97a52f
13 changed files with 290 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Node
node_modules/
.env
# Logs
logs
*.log
npm-debug.log*
# Build
build/
dist/
# OS
.DS_Store
Thumbs.db
# Vite
frontend/dist/