@batijs/cli 0.0.481 → 0.0.482

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 +1 -1
  2. package/dist/boilerplates/@batijs/auth0/files/$README.md.js +1 -1
  3. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +1 -1
  4. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  5. package/dist/boilerplates/@batijs/aws/files/$package.json.js +3 -3
  6. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  7. package/dist/boilerplates/@batijs/biome/files/$package.json.js +1 -1
  8. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -1
  9. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -2
  10. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  11. package/dist/boilerplates/@batijs/d1/files/$README.md.js +1 -1
  12. package/dist/boilerplates/@batijs/d1/files/$package.json.js +2 -2
  13. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  14. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +2 -2
  15. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  16. package/dist/boilerplates/@batijs/drizzle/files/$README.md.js +1 -1
  17. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +1 -1
  18. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -1
  19. package/dist/boilerplates/@batijs/express/files/$package.json.js +3 -3
  20. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +3 -3
  21. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  22. package/dist/boilerplates/@batijs/h3/files/$package.json.js +4 -4
  23. package/dist/boilerplates/@batijs/hono/files/$package.json.js +4 -4
  24. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  25. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +2 -2
  26. package/dist/boilerplates/@batijs/photon/files/$README.md.js +1 -1
  27. package/dist/boilerplates/@batijs/photon/files/$package.json.js +2 -2
  28. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  29. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +1 -1
  30. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  31. package/dist/boilerplates/@batijs/prisma/files/$README.md.js +1 -1
  32. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +1 -1
  33. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  34. package/dist/boilerplates/@batijs/react/files/$package.json.js +4 -4
  35. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  36. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  37. package/dist/boilerplates/@batijs/react/files/pages/+config.ts +6 -0
  38. package/dist/boilerplates/@batijs/react/types/pages/+config.d.ts +9 -3
  39. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +2 -2
  40. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  41. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  42. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
  43. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  44. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  45. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  46. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -1
  47. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  48. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  49. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  50. package/dist/boilerplates/@batijs/shared/files/package.json +2 -2
  51. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +3 -3
  52. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  53. package/dist/boilerplates/@batijs/solid/files/$package.json.js +4 -4
  54. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  55. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  56. package/dist/boilerplates/@batijs/solid/files/pages/+config.ts +6 -0
  57. package/dist/boilerplates/@batijs/solid/types/pages/+config.d.ts +9 -3
  58. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +2 -2
  59. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  60. package/dist/boilerplates/@batijs/sqlite/files/$README.md.js +1 -1
  61. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -1
  62. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +4 -4
  63. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  64. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +3 -3
  65. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  66. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +2 -2
  67. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +2 -2
  68. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -1
  69. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +3 -3
  70. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  71. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  72. package/dist/boilerplates/@batijs/vue/files/$package.json.js +4 -4
  73. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  74. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  75. package/dist/boilerplates/@batijs/vue/files/pages/+config.ts +8 -2
  76. package/dist/boilerplates/@batijs/vue/types/pages/+config.d.ts +2 -7
  77. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +2 -2
  78. package/dist/{chunk-LMZKGY42.js → chunk-PRPFXYDM.js} +1 -1
  79. package/dist/index.js +3 -3
  80. package/package.json +6 -6
  81. package/dist/boilerplates/@batijs/photon/files/+photon.ts +0 -7
  82. package/dist/boilerplates/@batijs/photon/types/+photon.d.ts +0 -4
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  psr,
7
7
  s2s
8
- } from "../../../../chunk-LMZKGY42.js";
8
+ } from "../../../../chunk-PRPFXYDM.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -7,7 +7,7 @@ import {
7
7
  jUs,
8
8
  r2s,
9
9
  txs
10
- } from "../../../../chunk-LMZKGY42.js";
10
+ } from "../../../../chunk-PRPFXYDM.js";
11
11
  import "../../../../chunk-IAWYWZSL.js";
12
12
  import "../../../../chunk-DHZ7AZKP.js";
13
13
 
@@ -5,11 +5,11 @@
5
5
  "preview": "vike preview"
6
6
  },
7
7
  "dependencies": {
8
- "vike": "^0.4.243"
8
+ "vike": "^0.4.244"
9
9
  },
10
10
  "devDependencies": {
11
11
  "typescript": "^5.9.3",
12
- "vite": "^7.1.11"
12
+ "vite": "^7.1.12"
13
13
  },
14
14
  "type": "module"
15
15
  }
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,8 +55,8 @@ var require_package = __commonJS({
55
55
  "@cloudflare/workers-types": "^4.20251014.0",
56
56
  "@types/node": "^20.19.21",
57
57
  "@universal-middleware/core": "^0.4.11",
58
- vike: "^0.4.243",
59
- vite: "^7.1.11"
58
+ vike: "^0.4.244",
59
+ vite: "^7.1.12"
60
60
  },
61
61
  files: [
62
62
  "dist/"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,10 +55,10 @@ var require_package = __commonJS({
55
55
  "solid-js": "^1.9.9",
56
56
  tailwindcss: "^4.1.15",
57
57
  typescript: "^5.9.3",
58
- vike: "^0.4.243",
59
- "vike-photon": "^0.1.10",
58
+ vike: "^0.4.244",
59
+ "vike-photon": "^0.1.11",
60
60
  "vike-solid": "^0.7.13",
61
- vite: "^7.1.11",
61
+ vite: "^7.1.12",
62
62
  "vite-plugin-solid": "^2.11.10"
63
63
  },
64
64
  dependencies: {
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  bni,
7
7
  s2s
8
- } from "../../../../chunk-LMZKGY42.js";
8
+ } from "../../../../chunk-PRPFXYDM.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -21,4 +21,10 @@ export default {
21
21
  //# BATI.hasPhoton
22
22
  vikePhoton,
23
23
  ],
24
+
25
+ //# BATI.hasServer
26
+ // https://vike.dev/vike-photon
27
+ photon: {
28
+ server: "../server/entry.ts",
29
+ },
24
30
  } satisfies Config;
@@ -112,7 +112,7 @@ declare const _default: {
112
112
  } | Omit<{
113
113
  name: "vike-photon";
114
114
  require: {
115
- vike: ">=0.4.238";
115
+ vike: ">=0.4.244";
116
116
  "vike-react": {
117
117
  version: ">=0.6.4";
118
118
  optional: true;
@@ -127,18 +127,21 @@ declare const _default: {
127
127
  };
128
128
  };
129
129
  vite: {
130
- plugins: (((Record<string, unknown> & {
130
+ plugins: (import("vite").Plugin<any>[] | ((Record<string, unknown> & {
131
131
  name: string;
132
132
  }) | Promise<(Record<string, unknown> & {
133
133
  name: string;
134
134
  }) | (Record<string, unknown> & {
135
135
  name: string;
136
- })[]>)[] | import("vite").Plugin<any>[])[];
136
+ })[]>)[])[];
137
137
  };
138
138
  stream: {
139
139
  enable: null;
140
140
  type: "web";
141
141
  };
142
+ cli: {
143
+ preview(): Promise<false | "vite" | undefined>;
144
+ };
142
145
  meta: {
143
146
  stream: {
144
147
  isDefinedByPeerDependency: true;
@@ -171,5 +174,8 @@ declare const _default: {
171
174
  };
172
175
  };
173
176
  }, "stream">)[];
177
+ photon: {
178
+ server: string;
179
+ };
174
180
  };
175
181
  export default _default;
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,7 +55,7 @@ var require_package = __commonJS({
55
55
  "@types/node": "^20.19.21",
56
56
  "solid-js": "^1.9.9",
57
57
  "vike-solid": "^0.7.13",
58
- vite: "^7.1.11"
58
+ vite: "^7.1.12"
59
59
  },
60
60
  dependencies: {
61
61
  "@batijs/core": "workspace:*"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  qUs
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,10 +54,10 @@ var require_package = __commonJS({
54
54
  "@tailwindcss/vite": "^4.1.15",
55
55
  "@types/node": "^20.19.21",
56
56
  autoprefixer: "^10.4.21",
57
- daisyui: "^5.3.7",
57
+ daisyui: "^5.3.8",
58
58
  tailwindcss: "^4.1.15",
59
- vike: "^0.4.243",
60
- vite: "^7.1.11"
59
+ vike: "^0.4.244",
60
+ vite: "^7.1.12"
61
61
  },
62
62
  dependencies: {
63
63
  "@batijs/core": "workspace:*"
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  bni,
7
7
  s2s
8
- } from "../../../../chunk-LMZKGY42.js";
8
+ } from "../../../../chunk-PRPFXYDM.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -55,8 +55,8 @@ var require_package = __commonJS({
55
55
  "@types/node": "^20.19.21",
56
56
  "@universal-middleware/core": "^0.4.11",
57
57
  telefunc: "^0.2.15",
58
- vike: "^0.4.243",
59
- vite: "^7.1.11"
58
+ vike: "^0.4.244",
59
+ vite: "^7.1.12"
60
60
  },
61
61
  dependencies: {
62
62
  "@batijs/core": "workspace:*"
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  bni,
7
7
  s2s
8
- } from "../../../../chunk-LMZKGY42.js";
8
+ } from "../../../../chunk-PRPFXYDM.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.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
  "@trpc/server": "^11.6.0",
57
57
  "@types/node": "^20.19.21",
58
58
  "@universal-middleware/core": "^0.4.11",
59
- vite: "^7.1.11"
59
+ vite: "^7.1.12"
60
60
  },
61
61
  dependencies: {
62
62
  "@batijs/core": "workspace:*"
@@ -2,9 +2,9 @@ export declare const trpc: import("@trpc/client").TRPCClient<import("@trpc/serve
2
2
  ctx: object & {
3
3
  db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
4
4
  } & {
5
- db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbSqlite>;
5
+ db: ReturnType<any>;
6
6
  } & {
7
- db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbD1>;
7
+ db: ReturnType<any>;
8
8
  } & {
9
9
  db: import("@cloudflare/workers-types").D1Database;
10
10
  };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -53,8 +53,8 @@ var require_package = __commonJS({
53
53
  "@batijs/compile": "workspace:*",
54
54
  "@photonjs/vercel": "^0.1.4",
55
55
  "@types/node": "^20.19.21",
56
- vike: "^0.4.243",
57
- vite: "^7.1.11"
56
+ vike: "^0.4.244",
57
+ vite: "^7.1.12"
58
58
  },
59
59
  dependencies: {
60
60
  "@batijs/core": "workspace:*"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  s2s
7
- } from "../../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -59,10 +59,10 @@ var require_package = __commonJS({
59
59
  tailwindcss: "^4.1.15",
60
60
  typescript: "^5.9.3",
61
61
  "unplugin-vue-markdown": "^29.2.0",
62
- vike: "^0.4.243",
63
- "vike-photon": "^0.1.10",
62
+ vike: "^0.4.244",
63
+ "vike-photon": "^0.1.11",
64
64
  "vike-vue": "^0.9.4",
65
- vite: "^7.1.11",
65
+ vite: "^7.1.12",
66
66
  vue: "^3.5.22",
67
67
  "vue-gtag": "^3.6.2"
68
68
  },
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -5,7 +5,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  bni,
7
7
  s2s
8
- } from "../../../../chunk-LMZKGY42.js";
8
+ } from "../../../../chunk-PRPFXYDM.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -20,5 +20,11 @@ export default {
20
20
  vikeVue,
21
21
  //# BATI.hasPhoton
22
22
  vikePhoton,
23
- ] as BATI.Any,
24
- } satisfies Config;
23
+ ],
24
+
25
+ //# BATI.hasServer
26
+ // https://vike.dev/vike-photon
27
+ photon: {
28
+ server: "../server/entry.ts",
29
+ },
30
+ } as Config;
@@ -1,8 +1,3 @@
1
- declare const _default: {
2
- Layout: any;
3
- title: string;
4
- description: string;
5
- passToClient: string[];
6
- extends: BATI.Any;
7
- };
1
+ import type { Config } from "vike/types";
2
+ declare const _default: Config;
8
3
  export default _default;
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  i2s
7
- } from "../../../../chunk-LMZKGY42.js";
7
+ } from "../../../../chunk-PRPFXYDM.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -54,7 +54,7 @@ var require_package = __commonJS({
54
54
  "@sentry/vue": "^10.21.0",
55
55
  "@types/node": "^20.19.21",
56
56
  "vike-vue": "^0.9.4",
57
- vite: "^7.1.11",
57
+ vite: "^7.1.12",
58
58
  vue: "^3.5.22"
59
59
  },
60
60
  dependencies: {
@@ -210355,7 +210355,7 @@ async function b_s(t5, e, n2) {
210355
210355
  }
210356
210356
  return { code: f ? await est(c, n2) : c, context: p2 };
210357
210357
  }
210358
- var p2t = { name: "@batijs/core", version: "0.0.481", description: "", type: "module", types: "./dist/index.d.ts", scripts: { "check-types": "tsc --noEmit", vue: "tsx src/parse/linters/vue.ts", test: "vitest run", "test:ci": "vitest run", build: "tsup" }, keywords: [], author: "Jo\xEBl Charles <joel.charles91@gmail.com>", repository: "https://github.com/vikejs/bati", license: "MIT", devDependencies: { "@batijs/features": "workspace:*", "@types/eslint": "^9.6.1", "@types/estree": "^1.0.8", "@types/node": "^20.19.21", "@types/which": "^3.0.4", "@typescript-eslint/parser": "^8.46.2", "@typescript-eslint/utils": "^8.46.2", "attributes-parser": "^2.2.3", colorette: "^2.0.20", esbuild: "^0.25.11", eslint: "^9.38.0", "eslint-plugin-solid": "^0.14.5", "eslint-rule-composer": "^0.3.0", espree: "^10.4.0", magicast: "^0.3.5", "mdast-builder": "^1.1.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", "mdast-util-toc": "^7.1.0", prettier: "^3.6.2", squirrelly: "^9.1.0", tsup: "^8.5.0", tsx: "^4.20.6", typescript: "^5.9.3", "unplugin-purge-polyfills": "^0.1.0", vitest: "^3.2.4", "vue-eslint-parser": "^10.2.0", which: "^5.0.0", yaml: "^2.8.1" }, exports: { ".": "./dist/index.js", "./types": { types: "./global.d.ts" } }, typesVersions: { "*": { types: ["./global.d.ts"] } }, files: ["dist/"] };
210358
+ var p2t = { name: "@batijs/core", version: "0.0.482", description: "", type: "module", types: "./dist/index.d.ts", scripts: { "check-types": "tsc --noEmit", vue: "tsx src/parse/linters/vue.ts", test: "vitest run", "test:ci": "vitest run", build: "tsup" }, keywords: [], author: "Jo\xEBl Charles <joel.charles91@gmail.com>", repository: "https://github.com/vikejs/bati", license: "MIT", devDependencies: { "@batijs/features": "workspace:*", "@types/eslint": "^9.6.1", "@types/estree": "^1.0.8", "@types/node": "^20.19.21", "@types/which": "^3.0.4", "@typescript-eslint/parser": "^8.46.2", "@typescript-eslint/utils": "^8.46.2", "attributes-parser": "^2.2.3", colorette: "^2.0.20", esbuild: "^0.25.11", eslint: "^9.38.0", "eslint-plugin-solid": "^0.14.5", "eslint-rule-composer": "^0.3.0", espree: "^10.4.0", magicast: "^0.3.5", "mdast-builder": "^1.1.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-to-markdown": "^2.1.2", "mdast-util-to-string": "^4.0.0", "mdast-util-toc": "^7.1.0", prettier: "^3.6.2", squirrelly: "^9.1.0", tsup: "^8.5.0", tsx: "^4.20.6", typescript: "^5.9.3", "unplugin-purge-polyfills": "^0.1.0", vitest: "^3.2.4", "vue-eslint-parser": "^10.2.0", which: "^5.0.0", yaml: "^2.8.1" }, exports: { ".": "./dist/index.js", "./types": { types: "./global.d.ts" } }, typesVersions: { "*": { types: ["./global.d.ts"] } }, files: ["dist/"] };
210359
210359
  function v_s() {
210360
210360
  if (process.env.npm_config_user_agent) return S_s(process.env.npm_config_user_agent);
210361
210361
  }
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  export_which,
10
10
  fsr,
11
11
  v_s
12
- } from "./chunk-LMZKGY42.js";
12
+ } from "./chunk-PRPFXYDM.js";
13
13
  import "./chunk-IAWYWZSL.js";
14
14
  import {
15
15
  __commonJS,
@@ -16903,7 +16903,7 @@ var createDefaultQueryTester = function(query, options) {
16903
16903
  // package.json
16904
16904
  var package_default = {
16905
16905
  name: "@batijs/cli",
16906
- version: "0.0.481",
16906
+ version: "0.0.482",
16907
16907
  type: "module",
16908
16908
  scripts: {
16909
16909
  "check-types": "tsc --noEmit",
@@ -16929,7 +16929,7 @@ var package_default = {
16929
16929
  tsup: "^8.5.0",
16930
16930
  typescript: "^5.9.3",
16931
16931
  "unplugin-purge-polyfills": "^0.1.0",
16932
- vite: "^7.1.11"
16932
+ vite: "^7.1.12"
16933
16933
  },
16934
16934
  dependencies: {
16935
16935
  "@batijs/core": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.481",
3
+ "version": "0.0.482",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -19,13 +19,13 @@
19
19
  "tsup": "^8.5.0",
20
20
  "typescript": "^5.9.3",
21
21
  "unplugin-purge-polyfills": "^0.1.0",
22
- "vite": "^7.1.11",
23
- "@batijs/build": "0.0.481",
24
- "@batijs/compile": "0.0.481"
22
+ "vite": "^7.1.12",
23
+ "@batijs/build": "0.0.482",
24
+ "@batijs/compile": "0.0.482"
25
25
  },
26
26
  "dependencies": {
27
- "@batijs/core": "0.0.481",
28
- "@batijs/features": "0.0.481"
27
+ "@batijs/core": "0.0.482",
28
+ "@batijs/features": "0.0.482"
29
29
  },
30
30
  "bin": "./cli.js",
31
31
  "exports": {
@@ -1,7 +0,0 @@
1
- /*{ @if (it.BATI.hasServer) }*/
2
- // https://vike.dev/vike-photon
3
- export default {
4
- //# BATI.hasServer
5
- server: "./server/entry.ts",
6
- };
7
- /*{ /if }*/
@@ -1,4 +0,0 @@
1
- declare const _default: {
2
- server: string;
3
- };
4
- export default _default;