@kozojs/cli 0.1.8 → 0.1.10

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -245,7 +245,7 @@ pnpm db:studio # Open Drizzle Studio
245
245
  ${database === "sqlite" ? "## SQLite Notes\n\nThe database is automatically initialized with example data on first run.\nDatabase file: `./data.db`\n" : ""}
246
246
  ## Documentation
247
247
 
248
- - [Kozo Docs](https://kozo.dev/docs)
248
+ - [Kozo Docs](https://kozo-docs.vercel.app)
249
249
  - [Drizzle ORM](https://orm.drizzle.team)
250
250
  - [Hono](https://hono.dev)
251
251
  `;
@@ -2406,7 +2406,7 @@ ${import_picocolors2.default.bold("Next steps:")}
2406
2406
  ${import_picocolors2.default.cyan(`cd ${project.name}`)}
2407
2407
  ${!project.install ? import_picocolors2.default.cyan("pnpm install") + "\n " : ""}${import_picocolors2.default.cyan("pnpm dev")}
2408
2408
 
2409
- ${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozojs.dev/docs")}
2409
+ ${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozo-docs.vercel.app")}
2410
2410
  `);
2411
2411
  }
2412
2412
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kozojs/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "CLI to scaffold new Kozo Framework projects - The next-gen TypeScript Backend Framework",
5
5
  "bin": {
6
6
  "create-kozo": "./lib/index.js",