Prepare CI and deployment scaffolding
Some checks failed
CI / Backend Tests (push) Has been cancelled
CI / Frontend Tests (push) Has been cancelled
CI / Build Docker Images (push) Has been cancelled

This commit is contained in:
2025-10-16 17:18:18 -05:00
parent 0ecd6c67eb
commit 42dc3c8097
6 changed files with 326 additions and 5 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@ node_modules/
dist/
.env
.env.*
!.env.example
*.log
tmp/
.DS_Store