@kozojs/cli 0.1.9 → 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.
- package/lib/index.js +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.
|
|
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://
|
|
2409
|
+
${import_picocolors2.default.dim("Documentation:")} ${import_picocolors2.default.underline("https://kozo-docs.vercel.app")}
|
|
2410
2410
|
`);
|
|
2411
2411
|
}
|
|
2412
2412
|
|