feat: scaffold supabase multi-tenant backend

This commit is contained in:
Codex
2026-06-21 21:54:43 +08:00
commit c9c767c7bd
99 changed files with 36660 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres
TENANT_ID=00000000-0000-0000-0000-000000000001
PB_SCHEMA_PATH=../../docs/pb_schema.json
PB_EXPORT_DIR=../../pb_export