fix repo urls
This commit is contained in:
@@ -144,16 +144,16 @@ async function main() {
|
|||||||
const platform = await p.select<Platform>({
|
const platform = await p.select<Platform>({
|
||||||
message: "Where will you deploy?",
|
message: "Where will you deploy?",
|
||||||
options: [
|
options: [
|
||||||
{
|
|
||||||
value: "node",
|
|
||||||
label: "Node.js",
|
|
||||||
hint: "SQLite + local file storage",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "cloudflare",
|
value: "cloudflare",
|
||||||
label: "Cloudflare Workers",
|
label: "Cloudflare Workers",
|
||||||
hint: "D1 + R2",
|
hint: "D1 + R2",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "node",
|
||||||
|
label: "Node.js",
|
||||||
|
hint: "SQLite + local file storage",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
initialValue: "node",
|
initialValue: "node",
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -39,5 +39,10 @@
|
|||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/ai-moderation"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,5 +28,10 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/api-test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -32,5 +32,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/atproto"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,5 +29,10 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/audit-log"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -30,5 +30,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/color"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -33,5 +33,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/embeds"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -36,5 +36,10 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/forms"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,5 +35,10 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsdown": "catalog:",
|
"tsdown": "catalog:",
|
||||||
"typescript": "catalog:"
|
"typescript": "catalog:"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/marketplace-test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,5 +37,10 @@
|
|||||||
"typescript": "catalog:"
|
"typescript": "catalog:"
|
||||||
},
|
},
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/sandboxed-test"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -29,5 +29,10 @@
|
|||||||
"typecheck": "tsgo --noEmit"
|
"typecheck": "tsgo --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"optionalDependencies": {}
|
"optionalDependencies": {},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/emdash-cms/emdash.git",
|
||||||
|
"directory": "packages/plugins/webhook-notifier"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user