Validate the generated opensaas.config.ts file
Validates the generated opensaas.config.ts file and suggests fixes for any issues.
/plugin marketplace add OpenSaasAU/stack/plugin install opensaas-migration@opensaas-stack-marketplaceValidate the generated opensaas.config.ts file.
Check if opensaas.config.ts exists in the project root
If it exists, verify:
Try running:
npx @opensaas/stack-cli generate
Report any errors and suggest fixes
If validation passes, confirm next steps:
npx prisma generatenpx prisma db pushpnpm devpnpm add ...