cli create: updated templates, reworked examples to be standalone

This commit is contained in:
dswbx
2025-02-14 14:56:35 +01:00
parent b412da836c
commit 4bd201d454
18 changed files with 85 additions and 106 deletions

View File

@@ -107,7 +107,7 @@ async function createLibsql(ctx: TemplateSetupCtx) {
...pkg,
scripts: {
...pkg.scripts,
db: "turso db",
db: "turso dev",
dev: "npm run db && wrangler dev"
}
}));