mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
cli create: updated templates, reworked examples to be standalone
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user