flarecms 0.2.11 → 0.2.12

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.
@@ -1,5 +1,5 @@
1
1
  import { Hono } from 'hono';
2
- import type { Bindings, Variables } from '../../types.js';
2
+ import type { Bindings, Variables } from '../../types';
3
3
  export declare const pluginRoutes: Hono<{
4
4
  Bindings: Bindings;
5
5
  Variables: Variables;
@@ -6418,6 +6418,11 @@ var TEMPLATES = {
6418
6418
  name: "Plugin Development",
6419
6419
  description: "A pre-configured plugin template",
6420
6420
  dir: "templates/plugin-development"
6421
+ },
6422
+ nextjs: {
6423
+ name: "Next.js",
6424
+ description: "A pre-configured Next.js template",
6425
+ dir: "templates/nextjs-starter"
6421
6426
  }
6422
6427
  };
6423
6428
  async function createProjectCommand() {
package/dist/cli/index.js CHANGED
@@ -6419,6 +6419,11 @@ var TEMPLATES = {
6419
6419
  name: "Plugin Development",
6420
6420
  description: "A pre-configured plugin template",
6421
6421
  dir: "templates/plugin-development"
6422
+ },
6423
+ nextjs: {
6424
+ name: "Next.js",
6425
+ description: "A pre-configured Next.js template",
6426
+ dir: "templates/nextjs-starter"
6422
6427
  }
6423
6428
  };
6424
6429
  async function createProjectCommand() {