feat(dashboard): allow create organizations

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-03 11:11:59 +01:00
parent de6ca96628
commit 2377f95b86
2 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
"dev": "pnpm with-env vite dev --port 3000",
"start_deprecated": "pnpm with-env node .output/server/index.mjs",
"preview": "vite preview",
"deploy": "npx wrangler deploy",
"deploy": "pnpm build && npx wrangler deploy",
"cf-typegen": "wrangler types",
"build": "pnpm with-env vite build",
"serve": "vite preview",