betterstart-cli 0.0.8 → 0.0.9

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.js CHANGED
@@ -22826,6 +22826,12 @@ var TEMPLATE_REGISTRY = {
22826
22826
  content: () => readTemplate("lib/actions/auth/middleware.ts"),
22827
22827
  dependencies: ["auth-roles-utils"]
22828
22828
  },
22829
+ "admin-layout": {
22830
+ relPath: "app/(admin)/admin/layout.tsx",
22831
+ content: () => readTemplate("pages/admin-layout.tsx"),
22832
+ base: "cwd",
22833
+ dependencies: ["admin-globals", "admin-providers", "cn"]
22834
+ },
22829
22835
  "auth-layout": {
22830
22836
  relPath: "app/(admin)/admin/(authenticated)/layout.tsx",
22831
22837
  content: () => readTemplate("pages/authenticated-layout.tsx"),