forked from EduCraft/curriculum-project-hub
df66691d24
Adds a self-contained `/database/*` HTTP surface under hub/src/database: - /database/admin: Feishu-only login page (Tailwind, light theme) - /database/dashboard: session-gated sidebar + content shell - /database/dev-login: DEV ONLY session bypass, double-gated by NODE_ENV != production AND HUB_DEV_LOGIN_BYPASS; never active in prod hub.ts mounts the plugin after the admin plugin so the cookie parser and /auth/feishu/* routes are available. The dev bypass logic is fully contained in the database module; admin auth routes are untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.secrets/
|
|
.dev-keyring.json
|
|
.dev-workspaces/
|
|
.dev-skills/
|
|
admin-web/node_modules/
|
|
admin-web/build/
|
|
admin-web/.svelte-kit/
|