fix repo urls

This commit is contained in:
Matt Kane
2026-04-01 13:27:23 +01:00
parent 8e389d5ef8
commit 3bec16b171
11 changed files with 267 additions and 217 deletions

View File

@@ -144,16 +144,16 @@ async function main() {
const platform = await p.select<Platform>({
message: "Where will you deploy?",
options: [
{
value: "node",
label: "Node.js",
hint: "SQLite + local file storage",
},
{
value: "cloudflare",
label: "Cloudflare Workers",
hint: "D1 + R2",
},
{
value: "node",
label: "Node.js",
hint: "SQLite + local file storage",
},
],
initialValue: "node",
});