Initial commit

This commit is contained in:
2026-03-10 21:30:52 -03:00
commit 72a4f0be26
145 changed files with 14881 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Root .env.example — copy to .env and fill in values.
# See apps/api/.env.example and apps/web/.env.example for app-specific variables.
# Used by docker-compose and pnpm db:* scripts
DATABASE_URL="postgresql://dwellops:dwellops@localhost:5432/dwellops_dev?schema=public"