koa-boot-runtime 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,4 +69,4 @@ import { registerRoutes, createPrismaClient, systemServices, aiToolRegistry, mid
|
|
|
69
69
|
|
|
70
70
|
## 相关
|
|
71
71
|
|
|
72
|
-
- 脚手架:`create-koa-boot`(`npx create-koa-boot my-app --example` 生成完整三端示例工程)
|
|
72
|
+
- 脚手架:`create-koa-boot`(`npx create-koa-boot` 交互式创建,或 `npx create-koa-boot my-app --example` 生成完整三端示例工程)
|
package/package.json
CHANGED