- Implement `SeedService` to create a default admin account and organization on app startup. - Update `PrismaModule` to include `SeedService` as a provider. - Remove seeded credentials display from login page. - Refactor existing seed script for consistency with the new service. |
||
|---|---|---|
| .. | ||
| src | ||
| .env | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||