flarecms 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/commands.js +4 -9
- package/dist/cli/index.js +4 -9
- package/package.json +1 -1
package/dist/cli/commands.js
CHANGED
|
@@ -6414,15 +6414,10 @@ var TEMPLATES = {
|
|
|
6414
6414
|
description: "Unified single-process FlareCMS starter for Cloudflare Workers",
|
|
6415
6415
|
dir: "templates/starter"
|
|
6416
6416
|
},
|
|
6417
|
-
|
|
6418
|
-
name: "
|
|
6419
|
-
description: "A pre-configured
|
|
6420
|
-
dir: "templates/
|
|
6421
|
-
},
|
|
6422
|
-
nextjs: {
|
|
6423
|
-
name: "Next.js (App Router)",
|
|
6424
|
-
description: "Modern Next.js template with FlareCMS + Hono API",
|
|
6425
|
-
dir: "templates/nextjs"
|
|
6417
|
+
"plugin-development": {
|
|
6418
|
+
name: "Plugin Development",
|
|
6419
|
+
description: "A pre-configured plugin template",
|
|
6420
|
+
dir: "templates/plugin-development"
|
|
6426
6421
|
}
|
|
6427
6422
|
};
|
|
6428
6423
|
async function createProjectCommand() {
|
package/dist/cli/index.js
CHANGED
|
@@ -6415,15 +6415,10 @@ var TEMPLATES = {
|
|
|
6415
6415
|
description: "Unified single-process FlareCMS starter for Cloudflare Workers",
|
|
6416
6416
|
dir: "templates/starter"
|
|
6417
6417
|
},
|
|
6418
|
-
|
|
6419
|
-
name: "
|
|
6420
|
-
description: "A pre-configured
|
|
6421
|
-
dir: "templates/
|
|
6422
|
-
},
|
|
6423
|
-
nextjs: {
|
|
6424
|
-
name: "Next.js (App Router)",
|
|
6425
|
-
description: "Modern Next.js template with FlareCMS + Hono API",
|
|
6426
|
-
dir: "templates/nextjs"
|
|
6418
|
+
"plugin-development": {
|
|
6419
|
+
name: "Plugin Development",
|
|
6420
|
+
description: "A pre-configured plugin template",
|
|
6421
|
+
dir: "templates/plugin-development"
|
|
6427
6422
|
}
|
|
6428
6423
|
};
|
|
6429
6424
|
async function createProjectCommand() {
|