api startup check booted migrate_deploy_started > @ipeasy/db@0.0.1 migrate:deploy /app/packages/db > prisma migrate deploy --schema prisma/schema.prisma Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database "ipeasy", schema "public" at "service-6a4013a0d525b066f246ee6a:5432" 14 migrations found in prisma/migrations No pending migrations to apply. migrate_deploy_exit=0 seed_site_started > @ipeasy/api@0.0.1 seed:site /app/apps/api > ts-node -r tsconfig-paths/register scripts/seed-site.ts "--domain" "ipeasy-platform.zeabur.app" "--admin-email" "admin" "--admin-password" "12345678" Seed complete: siteId = 6e1c0285-e83d-4469-a280-20251a35cfc0 (code=MAIN, domain=ipeasy-platform.zeabur.app) tenantId = 5d38eb8d-faaa-4d03-af61-33730da20056 (code=DEFAULT) adminId = 90fae344-fcc7-43a5-bdff-7c73caf6eff5 (email=admin, role=PLATFORM_ADMIN) Admin password set (not printed). Use it to log in for ops. seed_site_exit=0 api_startup_check_complete