feat(init): add initial project scaffolding and database schema

- Add Dockerfile for multi-stage production build
- Add Drizzle configuration and initial migration for PostgreSQL schema
- Add project configuration files (.prettierrc, .prettierignore, .dockerignore)
- Define core database tables: assets, memberships, site_settings
This commit is contained in:
2026-06-06 00:55:03 -04:00
parent e8b808925d
commit f1d25ecc79
34 changed files with 7744 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
error: unknown switch `P'
usage: git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch]
[--quiet] [--pathspec-from-file=<file> [--pathspec-file-nul]]
[--] [<pathspec>...]
-n, --[no-]dry-run dry run
-q, --[no-]quiet do not list removed files
--[no-]cached only remove from the index
-f, --[no-]force override the up-to-date check
-r allow recursive removal
--[no-]ignore-unmatch exit with a zero status even if nothing matched
--[no-]sparse allow updating entries outside of the sparse-checkout cone
--[no-]pathspec-from-file <file>
read pathspec from file
--[no-]pathspec-file-nul
with --pathspec-from-file, pathspec elements are separated with NUL character