@kozojs/cli 0.1.4 → 0.1.5
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/lib/index.js +1 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -662,7 +662,6 @@ These optimizations make Kozo competitive with Fastify while providing:
|
|
|
662
662
|
|
|
663
663
|
## Documentation
|
|
664
664
|
|
|
665
|
-
- [Kozo Documentation](https://kozo.dev/docs)
|
|
666
665
|
- [Zod Schema Validation](https://zod.dev)
|
|
667
666
|
- [Hono Framework](https://hono.dev)
|
|
668
667
|
|
|
@@ -1197,7 +1196,7 @@ ${import_picocolors2.default.bold("Next steps:")}
|
|
|
1197
1196
|
${import_picocolors2.default.cyan(`cd ${project.name}`)}
|
|
1198
1197
|
${!project.install ? import_picocolors2.default.cyan("pnpm install") + "\n " : ""}${import_picocolors2.default.cyan("pnpm dev")}
|
|
1199
1198
|
|
|
1200
|
-
${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://
|
|
1199
|
+
${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozojs.dev/docs")}
|
|
1201
1200
|
`);
|
|
1202
1201
|
}
|
|
1203
1202
|
|