feat: build private preview framework portal

This commit is contained in:
2026-07-12 23:23:31 +05:30
parent 9e8fb14a8c
commit a95766039c
43 changed files with 1125 additions and 131 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"format": "prettier . --write",
"format:check": "prettier . --check",
"check": "bun run lint && bun run test && bun run format:check",
"docs:generate": "bun run scripts/generate-docs.ts",
"docs:generate": "bun run scripts/generate-docs.ts && bun run scripts/generate-portal.ts",
"start": "bun dist/server.js",
"production": "bun run build && bun run start"
},