Files
curriculum-project-hub/hub/.gitignore
T
ChickenPige0n 552c1c353e feat: add org admin SPA for models, roles and provider
Introduce admin-web (Skeleton/SvelteKit), Prisma models for provider connection / OrgModel / OrgRole, DB-backed runtime settings, and admin API routes so org admins can manage agent configuration end-to-end.
2026-07-14 19:13:14 +08:00

10 lines
116 B
Plaintext

node_modules/
dist/
*.log
.env
.env.*
!.env.example
admin-web/node_modules/
admin-web/build/
admin-web/.svelte-kit/