Initial commit

This commit is contained in:
2026-02-07 11:03:53 -03:00
commit 84168f6f3c
64 changed files with 11402 additions and 0 deletions

27
qr-api/.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies (reinstalled in image)
node_modules
.pnpm-store
# Build output (rebuilt in image)
dist
# Dev and test
coverage
*.test.ts
*.spec.ts
vitest.config.ts
.env
.env.*
!.env.example
# Git and IDE
.git
.gitignore
.dockerignore
*.md
Dockerfile
# Data (mounted at runtime)
*.sqlite
.data
uploads