chore: initialize monorepo tooling

This commit is contained in:
2026-09-18 15:00:48 +08:00
parent e28140a0b3
commit 55b2b091c2
42 changed files with 1858 additions and 18 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
NODE_ENV=development
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/personal_brand
API_PORT=3001
ADMIN_PORT=3000
SESSION_SECRET=replace-with-a-long-random-value
OBJECT_STORAGE_ENDPOINT=
OBJECT_STORAGE_BUCKET=
OBJECT_STORAGE_ACCESS_KEY=
OBJECT_STORAGE_SECRET_KEY=
WECHAT_APP_ID=
WECHAT_APP_SECRET=