@batijs/cli 0.0.518 → 0.0.520

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.
Files changed (82) hide show
  1. package/dist/boilerplates/@batijs/auth0/files/$.env.js +5 -5
  2. package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +3 -3
  3. package/dist/boilerplates/@batijs/auth0/files/$wrangler.jsonc.js +3 -3
  4. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +4 -4
  5. package/dist/boilerplates/@batijs/aws/files/$README.md.js +5 -5
  6. package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +5 -5
  7. package/dist/boilerplates/@batijs/aws/files/$package.json.js +3 -3
  8. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +3 -3
  9. package/dist/boilerplates/@batijs/biome/files/$package.json.js +3 -3
  10. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +4 -4
  11. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +3 -3
  12. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +5 -5
  13. package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +5 -5
  14. package/dist/boilerplates/@batijs/d1/files/$package.json.js +4 -4
  15. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +3 -3
  16. package/dist/boilerplates/@batijs/d1/files/$wrangler.jsonc.js +3 -3
  17. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +4 -4
  18. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +3 -3
  19. package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +5 -5
  20. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +3 -3
  21. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +3 -3
  22. package/dist/boilerplates/@batijs/express/files/$package.json.js +3 -3
  23. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +3 -3
  24. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +3 -3
  25. package/dist/boilerplates/@batijs/h3/files/$package.json.js +4 -4
  26. package/dist/boilerplates/@batijs/hono/files/$package.json.js +5 -5
  27. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +3 -3
  28. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +3 -3
  29. package/dist/boilerplates/@batijs/photon/files/$README.md.js +3 -3
  30. package/dist/boilerplates/@batijs/photon/files/$package.json.js +4 -4
  31. package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +3 -3
  32. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +3 -3
  33. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +3 -3
  34. package/dist/boilerplates/@batijs/prisma/files/$.env.js +3 -3
  35. package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +3 -3
  36. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +3 -3
  37. package/dist/boilerplates/@batijs/react/files/$README.md.js +3 -3
  38. package/dist/boilerplates/@batijs/react/files/$package.json.js +4 -4
  39. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +3 -3
  40. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +5 -5
  41. package/dist/boilerplates/@batijs/react/types/pages/+config.d.ts +5 -7
  42. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +3 -3
  43. package/dist/boilerplates/@batijs/sentry/files/$.env.js +4 -4
  44. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +5 -5
  45. package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +3 -3
  46. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +3 -3
  47. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +7 -7
  48. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +9 -9
  49. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +5 -5
  50. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +3 -3
  51. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +3 -3
  52. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +5 -5
  53. package/dist/boilerplates/@batijs/shared/files/$README.md.js +7 -7
  54. package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +3 -3
  55. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +4 -4
  56. package/dist/boilerplates/@batijs/shared-todo/types/pages/todo/+data.d.ts +3 -1
  57. package/dist/boilerplates/@batijs/solid/files/$README.md.js +3 -3
  58. package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -4
  59. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +3 -3
  60. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +5 -5
  61. package/dist/boilerplates/@batijs/solid/types/pages/+config.d.ts +5 -7
  62. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +3 -3
  63. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +3 -3
  64. package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +3 -3
  65. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +3 -3
  66. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +3 -3
  67. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +5 -5
  68. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +4 -4
  69. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +5 -5
  70. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +4 -4
  71. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +4 -4
  72. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +3 -3
  73. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +3 -3
  74. package/dist/boilerplates/@batijs/vue/files/$README.md.js +3 -3
  75. package/dist/boilerplates/@batijs/vue/files/$package.json.js +4 -4
  76. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +3 -3
  77. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +5 -5
  78. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +3 -3
  79. package/dist/{chunk-5DFJDTFL.js → chunk-N4TVKB3H.js} +82417 -83869
  80. package/dist/index.js +28 -30
  81. package/package.json +5 -5
  82. package/dist/boilerplates/@batijs/prettier/files/.prettierrc +0 -3
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -52,7 +52,7 @@ var require_package = __commonJS({
52
52
  license: "MIT",
53
53
  devDependencies: {
54
54
  "@batijs/compile": "workspace:*",
55
- "@cloudflare/workers-types": "^4.20251121.0",
55
+ "@cloudflare/workers-types": "^4.20251125.0",
56
56
  "@types/node": "^20.19.25",
57
57
  "@universal-middleware/core": "^0.4.13",
58
58
  vike: "^0.4.247",
@@ -77,7 +77,7 @@ var require_package = __commonJS({
77
77
  }
78
78
  });
79
79
  async function getPackageJson(props) {
80
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
80
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
81
81
  return packageJson.addDependencies(["@universal-middleware/core"]);
82
82
  }
83
83
  export {
@@ -1,5 +1,7 @@
1
1
  import type { PageContextServer } from "vike/types";
2
2
  export type Data = Awaited<ReturnType<typeof data>>;
3
3
  export declare function data(_pageContext: PageContextServer): Promise<{
4
- todoItemsInitial: any;
4
+ todoItemsInitial: {
5
+ text: string;
6
+ }[];
5
7
  }>;
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ t1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/solid/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await Sxs(props);
13
+ const content = await t1s(props);
14
14
  const about = `
15
15
  ## Vike
16
16
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -56,7 +56,7 @@ var require_package = __commonJS({
56
56
  tailwindcss: "^4.1.17",
57
57
  typescript: "^5.9.3",
58
58
  vike: "^0.4.247",
59
- "vike-photon": "^0.1.19",
59
+ "vike-photon": "^0.1.20",
60
60
  "vike-solid": "^0.7.13",
61
61
  vite: "^7.2.4",
62
62
  "vite-plugin-solid": "^2.11.10"
@@ -173,7 +173,7 @@ var require_package = __commonJS({
173
173
  }
174
174
  });
175
175
  async function getPackageJson(props) {
176
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
176
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
177
177
  return packageJson.addDevDependencies(["vite"]).addDependencies(["solid-js", "vike-solid", "vike"]);
178
178
  }
179
179
  export {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Exs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ r1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/solid/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await Exs(props);
13
+ const tsConfig = await r1s(props);
14
14
  tsConfig.compilerOptions.jsx = "react-jsx";
15
15
  tsConfig.compilerOptions.jsxImportSource = "solid-js";
16
16
  tsConfig.compilerOptions.types = [...tsConfig.compilerOptions.types ?? [], "vike-solid/client"];
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Cxs,
7
- Tri
8
- } from "../../../../chunk-5DFJDTFL.js";
6
+ i1s,
7
+ iQn
8
+ } from "../../../../chunk-N4TVKB3H.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/solid/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await Cxs(props);
15
- Tri(mod, {
14
+ const mod = await i1s(props);
15
+ iQn(mod, {
16
16
  from: "vike-solid/vite",
17
17
  constructor: "vikeSolid"
18
18
  });
@@ -125,13 +125,7 @@ declare const _default: {
125
125
  };
126
126
  };
127
127
  vite: {
128
- plugins: (((Record<string, unknown> & {
129
- name: string;
130
- }) | Promise<(Record<string, unknown> & {
131
- name: string;
132
- }) | (Record<string, unknown> & {
133
- name: string;
134
- })[]>)[] | import("vite").Plugin<any>[])[];
128
+ readonly plugins: (import("vite").Plugin<any>[] | (import("vike-photon/plugin").PluginInterop | Promise<import("vike-photon/plugin").PluginInterop | import("vike-photon/plugin").PluginInterop[]>)[] | Promise<import("vike-photon/plugin").PluginInterop[]>)[];
135
129
  };
136
130
  stream: {
137
131
  enable: null;
@@ -150,6 +144,10 @@ declare const _default: {
150
144
  config: true;
151
145
  };
152
146
  global: true;
147
+ effect({ configValue }: {
148
+ configValue: unknown;
149
+ configDefinedAt: `Config ${string} defined at ${string}`;
150
+ }): undefined;
153
151
  };
154
152
  isr: {
155
153
  env: {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -85,7 +85,7 @@ var require_package = __commonJS({
85
85
  }
86
86
  });
87
87
  async function getPackageJson(props) {
88
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
88
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
89
89
  return packageJson.addDependencies(["@sentry/solid"]);
90
90
  }
91
91
  export {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- lUs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ UMs
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -12,7 +12,7 @@ import "../../../../chunk-DHZ7AZKP.js";
12
12
  async function getEnv(props) {
13
13
  if (props.meta.BATI.hasD1) return;
14
14
  const envContent = await props.readfile?.();
15
- return lUs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
15
+ return UMs(envContent, "DATABASE_URL", "sqlite.db", "Path to the sqlite database");
16
16
  }
17
17
  export {
18
18
  getEnv as default
@@ -3,15 +3,15 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ t1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/sqlite/dist/files/$TODO.md.js
12
12
  async function getTodo(props) {
13
13
  if (props.meta.BATI.hasD1) return;
14
- const content = await Sxs(props);
14
+ const content = await t1s(props);
15
15
  const todo = `
16
16
  ## Sqlite
17
17
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -97,7 +97,7 @@ var require_package = __commonJS({
97
97
  }
98
98
  });
99
99
  async function getPackageJson(props) {
100
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
100
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
101
101
  return packageJson.setScript("sqlite:migrate", {
102
102
  value: "tsx ./database/sqlite/schema/all.ts",
103
103
  precedence: 1
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -70,7 +70,7 @@ var require_package = __commonJS({
70
70
  });
71
71
  async function getPackageJson(props) {
72
72
  const pkgjson = await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default);
73
- const packageJson = await xxs(props, pkgjson);
73
+ const packageJson = await n1s(props, pkgjson);
74
74
  return packageJson.addDevDependencies(["tailwindcss", "@tailwindcss/vite"]).addDevDependencies(["daisyui"], props.meta.BATI.has("daisyui"));
75
75
  }
76
76
  export {
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Cxs,
7
- Tri
8
- } from "../../../../chunk-5DFJDTFL.js";
6
+ i1s,
7
+ iQn
8
+ } from "../../../../chunk-N4TVKB3H.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/tailwindcss/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await Cxs(props);
15
- Tri(mod, {
14
+ const mod = await i1s(props);
15
+ iQn(mod, {
16
16
  from: "@tailwindcss/vite",
17
17
  constructor: "tailwindcss"
18
18
  });
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20251121.0",
54
+ "@cloudflare/workers-types": "^4.20251125.0",
55
55
  "@types/node": "^20.19.25",
56
56
  "@universal-middleware/core": "^0.4.13",
57
57
  telefunc: "^0.2.17",
@@ -86,7 +86,7 @@ var require_package = __commonJS({
86
86
  }
87
87
  });
88
88
  async function getPackageJson(props) {
89
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
89
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
90
90
  return packageJson.addDependencies(["telefunc", "@universal-middleware/core"]);
91
91
  }
92
92
  export {
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Cxs,
7
- Tri
8
- } from "../../../../chunk-5DFJDTFL.js";
6
+ i1s,
7
+ iQn
8
+ } from "../../../../chunk-N4TVKB3H.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/telefunc/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await Cxs(props);
15
- Tri(mod, {
14
+ const mod = await i1s(props);
15
+ iQn(mod, {
16
16
  from: "telefunc/vite",
17
17
  constructor: "telefunc",
18
18
  imported: "telefunc"
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20251121.0",
54
+ "@cloudflare/workers-types": "^4.20251125.0",
55
55
  "@trpc/client": "^11.7.2",
56
56
  "@trpc/server": "^11.7.2",
57
57
  "@types/node": "^20.19.25",
@@ -92,7 +92,7 @@ var require_package = __commonJS({
92
92
  }
93
93
  });
94
94
  async function getPackageJson(props) {
95
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
96
  return packageJson.addDependencies(["@trpc/server", "@trpc/client"]);
97
97
  }
98
98
  export {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -51,7 +51,7 @@ var require_package = __commonJS({
51
51
  license: "MIT",
52
52
  devDependencies: {
53
53
  "@batijs/compile": "workspace:*",
54
- "@cloudflare/workers-types": "^4.20251121.0",
54
+ "@cloudflare/workers-types": "^4.20251125.0",
55
55
  "@ts-rest/core": "^3.52.1",
56
56
  "@ts-rest/serverless": "^3.52.1",
57
57
  "@types/node": "^20.19.25",
@@ -92,7 +92,7 @@ var require_package = __commonJS({
92
92
  }
93
93
  });
94
94
  async function getPackageJson(props) {
95
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
95
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
96
96
  return packageJson.addDevDependencies(["zod"]).addDependencies(["@ts-rest/core", "@ts-rest/serverless", "@universal-middleware/core"]);
97
97
  }
98
98
  export {
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -67,7 +67,7 @@ var require_package = __commonJS({
67
67
  }
68
68
  });
69
69
  async function getPackageJson(props) {
70
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
70
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
71
71
  return packageJson.removeScript("prod").addDevDependencies(["h3"]).addDependencies(["@photonjs/vercel"]);
72
72
  }
73
73
  export {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Cxs
7
- } from "../../../../../chunk-5DFJDTFL.js";
6
+ i1s
7
+ } from "../../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vercel/dist/files/pages/$+config.ts.js
12
12
  async function getViteConfig(props) {
13
- const mod = await Cxs(props);
13
+ const mod = await i1s(props);
14
14
  mod.exports.default.prerender = true;
15
15
  return mod.generate().code;
16
16
  }
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Sxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ t1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vue/dist/files/$README.md.js
12
12
  async function getReadme(props) {
13
- const content = await Sxs(props);
13
+ const content = await t1s(props);
14
14
  const about = `
15
15
  ## Vike
16
16
 
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -57,7 +57,7 @@ var require_package = __commonJS({
57
57
  tailwindcss: "^4.1.17",
58
58
  typescript: "^5.9.3",
59
59
  vike: "^0.4.247",
60
- "vike-photon": "^0.1.19",
60
+ "vike-photon": "^0.1.20",
61
61
  "vike-vue": "^0.9.6",
62
62
  vite: "^7.2.4",
63
63
  vue: "^3.5.25",
@@ -121,7 +121,7 @@ var require_package = __commonJS({
121
121
  }
122
122
  });
123
123
  async function getPackageJson(props) {
124
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
124
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
125
125
  return packageJson.addDevDependencies(["vite", "@vitejs/plugin-vue"]).addDependencies(["vike-vue", "vike", "vue"]).addDependencies(["vue-gtag"], props.meta.BATI.has("google-analytics"));
126
126
  }
127
127
  export {
@@ -3,14 +3,14 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Exs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ r1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
11
11
  // ../../boilerplates/vue/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
13
- const tsConfig = await Exs(props);
13
+ const tsConfig = await r1s(props);
14
14
  return tsConfig;
15
15
  }
16
16
  export {
@@ -3,16 +3,16 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- Cxs,
7
- Tri
8
- } from "../../../../chunk-5DFJDTFL.js";
6
+ i1s,
7
+ iQn
8
+ } from "../../../../chunk-N4TVKB3H.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
12
12
  // ../../boilerplates/vue/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
14
- const mod = await Cxs(props);
15
- Tri(mod, {
14
+ const mod = await i1s(props);
15
+ iQn(mod, {
16
16
  from: "@vitejs/plugin-vue",
17
17
  constructor: "vue"
18
18
  });
@@ -3,8 +3,8 @@ import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
- xxs
7
- } from "../../../../chunk-5DFJDTFL.js";
6
+ n1s
7
+ } from "../../../../chunk-N4TVKB3H.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -79,7 +79,7 @@ var require_package = __commonJS({
79
79
  }
80
80
  });
81
81
  async function getPackageJson(props) {
82
- const packageJson = await xxs(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
82
+ const packageJson = await n1s(props, await Promise.resolve().then(() => __toESM(require_package(), 1)).then((x) => x.default));
83
83
  return packageJson.addDependencies(["@sentry/vue"]);
84
84
  }
85
85
  export {