feat: build private preview framework portal
This commit is contained in:
+1
-1
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user