mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
aws cli create: added guided db creation (#134)
This commit is contained in:
@@ -78,6 +78,12 @@ async function createD1(ctx: TemplateSetupCtx) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
await $p.stream.info(
|
||||
(async function* () {
|
||||
yield* typewriter("Now running wrangler to create a D1 database...");
|
||||
})(),
|
||||
);
|
||||
|
||||
exec(`npx wrangler d1 create ${name}`);
|
||||
await $p.stream.info(
|
||||
(async function* () {
|
||||
|
||||
Reference in New Issue
Block a user