forked from bai/curriculum-project-hub
552c1c353e
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.
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
node_modules/
|
|
dist/
|
|
*.log
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
admin-web/node_modules/
|
|
admin-web/build/
|
|
admin-web/.svelte-kit/
|