@batijs/cli 0.0.512 → 0.0.513

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 (122) hide show
  1. package/dist/boilerplates/@batijs/auth0/bati.config.js +17 -0
  2. package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
  3. package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +1 -1
  4. package/dist/boilerplates/@batijs/authjs/bati.config.js +17 -0
  5. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +1 -11
  6. package/dist/boilerplates/@batijs/aws/bati.config.js +18 -0
  7. package/dist/boilerplates/@batijs/aws/files/$README.md.js +1 -1
  8. package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +1 -1
  9. package/dist/boilerplates/@batijs/aws/files/$package.json.js +1 -7
  10. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
  11. package/dist/boilerplates/@batijs/biome/bati.config.js +17 -0
  12. package/dist/boilerplates/@batijs/biome/files/$package.json.js +2 -7
  13. package/dist/boilerplates/@batijs/cloudflare/bati.config.js +18 -0
  14. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -7
  15. package/dist/boilerplates/@batijs/compiled/bati.config.js +17 -0
  16. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -7
  17. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
  18. package/dist/boilerplates/@batijs/d1/bati.config.js +17 -0
  19. package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +1 -1
  20. package/dist/boilerplates/@batijs/d1/files/$package.json.js +1 -14
  21. package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
  22. package/dist/boilerplates/@batijs/d1-sqlite/bati.config.js +17 -0
  23. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +1 -11
  24. package/dist/boilerplates/@batijs/drizzle/bati.config.js +17 -0
  25. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
  26. package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +1 -1
  27. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +1 -6
  28. package/dist/boilerplates/@batijs/eslint/bati.config.js +17 -0
  29. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -6
  30. package/dist/boilerplates/@batijs/express/bati.config.js +17 -0
  31. package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -6
  32. package/dist/boilerplates/@batijs/fastify/bati.config.js +17 -0
  33. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -6
  34. package/dist/boilerplates/@batijs/google-analytics/bati.config.js +17 -0
  35. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
  36. package/dist/boilerplates/@batijs/h3/bati.config.js +17 -0
  37. package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -6
  38. package/dist/boilerplates/@batijs/hono/bati.config.js +17 -0
  39. package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -6
  40. package/dist/boilerplates/@batijs/hono/files/entry_aws_lambda.ts +2 -2
  41. package/dist/boilerplates/@batijs/mantine/bati.config.js +18 -0
  42. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
  43. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +1 -12
  44. package/dist/boilerplates/@batijs/photon/bati.config.js +17 -0
  45. package/dist/boilerplates/@batijs/photon/files/$README.md.js +1 -1
  46. package/dist/boilerplates/@batijs/photon/files/$package.json.js +1 -15
  47. package/dist/boilerplates/@batijs/plausible.io/bati.config.js +17 -0
  48. package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +1 -1
  49. package/dist/boilerplates/@batijs/pnpm/bati.config.js +18 -0
  50. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
  51. package/dist/boilerplates/@batijs/prettier/bati.config.js +17 -0
  52. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -7
  53. package/dist/boilerplates/@batijs/prisma/bati.config.js +17 -0
  54. package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
  55. package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +1 -1
  56. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -7
  57. package/dist/boilerplates/@batijs/react/bati.config.js +17 -0
  58. package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
  59. package/dist/boilerplates/@batijs/react/files/$package.json.js +1 -6
  60. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
  61. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
  62. package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +1 -1
  63. package/dist/boilerplates/@batijs/react-sentry/bati.config.js +17 -0
  64. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -11
  65. package/dist/boilerplates/@batijs/sentry/bati.config.js +17 -0
  66. package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
  67. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +1 -1
  68. package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +1 -1
  69. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +1 -6
  70. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
  71. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
  72. package/dist/boilerplates/@batijs/shadcn-ui/bati.config.js +17 -0
  73. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +1 -1
  74. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -6
  75. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
  76. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
  77. package/dist/boilerplates/@batijs/shared/bati.config.js +15 -0
  78. package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
  79. package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +1 -1
  80. package/dist/boilerplates/@batijs/shared-db/bati.config.js +17 -0
  81. package/dist/boilerplates/@batijs/shared-server/bati.config.js +17 -0
  82. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +1 -13
  83. package/dist/boilerplates/@batijs/shared-todo/bati.config.js +15 -0
  84. package/dist/boilerplates/@batijs/shared-todo/types/pages/todo/+data.d.ts +1 -3
  85. package/dist/boilerplates/@batijs/solid/bati.config.js +17 -0
  86. package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
  87. package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -6
  88. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
  89. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
  90. package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +1 -1
  91. package/dist/boilerplates/@batijs/solid-sentry/bati.config.js +17 -0
  92. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -11
  93. package/dist/boilerplates/@batijs/sqlite/bati.config.js +17 -0
  94. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
  95. package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +1 -1
  96. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -15
  97. package/dist/boilerplates/@batijs/tailwindcss/bati.config.js +17 -0
  98. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -7
  99. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
  100. package/dist/boilerplates/@batijs/telefunc/bati.config.js +17 -0
  101. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -6
  102. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
  103. package/dist/boilerplates/@batijs/trpc/bati.config.js +17 -0
  104. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -6
  105. package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +1 -1
  106. package/dist/boilerplates/@batijs/ts-rest/bati.config.js +17 -0
  107. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -6
  108. package/dist/boilerplates/@batijs/vercel/bati.config.js +17 -0
  109. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -7
  110. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
  111. package/dist/boilerplates/@batijs/vue/bati.config.js +17 -0
  112. package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
  113. package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -6
  114. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
  115. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
  116. package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -2
  117. package/dist/boilerplates/@batijs/vue-sentry/bati.config.js +17 -0
  118. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -11
  119. package/dist/boilerplates/boilerplates.json +0 -264
  120. package/dist/{chunk-6D3FLEBD.js → chunk-7Z4ESLVZ.js} +1 -1
  121. package/dist/index.js +23 -795
  122. package/package.json +5 -6
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("hono");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -70,11 +70,6 @@ var require_package = __commonJS({
70
70
  files: [
71
71
  "dist/"
72
72
  ],
73
- bati: {
74
- if: {
75
- flag: "hono"
76
- }
77
- },
78
73
  exports: {
79
74
  "./entry_aws_lambda": {
80
75
  types: "./dist/types/entry_aws_lambda.d.ts"
@@ -9,12 +9,12 @@ Notes:
9
9
 
10
10
  */
11
11
 
12
- // @ts-expect-error loading file compiled by Vite
13
- import app from "./dist/server/index.mjs";
14
12
  import type { APIGatewayProxyResult, Handler } from "aws-lambda";
15
13
  import { Hono } from "hono";
16
14
  import type { LambdaContext, LambdaEvent } from "hono/aws-lambda";
17
15
  import { handle } from "hono/aws-lambda";
16
+ // @ts-expect-error loading file compiled by Vite
17
+ import app from "./dist/server/index.mjs";
18
18
 
19
19
  type Bindings = {
20
20
  event: LambdaEvent;
@@ -0,0 +1,18 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ enforce: "post",
12
+ if(meta) {
13
+ return meta.BATI.has("mantine") && meta.BATI.has("react");
14
+ }
15
+ });
16
+ export {
17
+ bati_config_default as default
18
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -71,17 +71,6 @@ var require_package = __commonJS({
71
71
  files: [
72
72
  "dist/"
73
73
  ],
74
- bati: {
75
- enforce: "post",
76
- if: {
77
- flag: {
78
- $all: [
79
- "mantine",
80
- "react"
81
- ]
82
- }
83
- }
84
- },
85
74
  exports: {
86
75
  "./components/Link": {
87
76
  types: "./dist/types/components/Link.d.ts"
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.hasPhoton;
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -60,20 +60,6 @@ var require_package = __commonJS({
60
60
  files: [
61
61
  "dist/"
62
62
  ],
63
- bati: {
64
- if: {
65
- flag: {
66
- $in: [
67
- "h3",
68
- "express",
69
- "hono",
70
- "fastify",
71
- "vercel",
72
- "cloudflare"
73
- ]
74
- }
75
- }
76
- },
77
63
  exports: {
78
64
  "./+photon": {
79
65
  types: "./dist/types/+photon.d.ts"
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("plausible.io");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -0,0 +1,18 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ enforce: "post",
12
+ if(_, pm) {
13
+ return pm === "pnpm";
14
+ }
15
+ });
16
+ export {
17
+ bati_config_default as default
18
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  KEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("prettier");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -59,12 +59,7 @@ var require_package = __commonJS({
59
59
  },
60
60
  files: [
61
61
  "dist/"
62
- ],
63
- bati: {
64
- if: {
65
- flag: "prettier"
66
- }
67
- }
62
+ ]
68
63
  };
69
64
  }
70
65
  });
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("prisma");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  CBs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -61,12 +61,7 @@ var require_package = __commonJS({
61
61
  },
62
62
  files: [
63
63
  "dist/"
64
- ],
65
- bati: {
66
- if: {
67
- flag: "prisma"
68
- }
69
- }
64
+ ]
70
65
  };
71
66
  }
72
67
  });
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("react");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -75,11 +75,6 @@ var require_package = __commonJS({
75
75
  files: [
76
76
  "dist/"
77
77
  ],
78
- bati: {
79
- if: {
80
- flag: "react"
81
- }
82
- },
83
78
  exports: {
84
79
  "./components/Link": {
85
80
  types: "./dist/types/components/Link.d.ts"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  YEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  JEs,
7
7
  Zti
8
- } from "../../../../chunk-6D3FLEBD.js";
8
+ } from "../../../../chunk-7Z4ESLVZ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -1,9 +1,9 @@
1
+ import type { Data } from "@batijs/shared-todo/pages/todo/+data";
1
2
  import { onNewTodo } from "@batijs/telefunc/pages/todo/TodoList.telefunc";
2
3
  import { trpc } from "@batijs/trpc/trpc/client";
3
4
  import { client } from "@batijs/ts-rest/ts-rest/client";
4
5
  import { useState } from "react";
5
6
  import { useData } from "vike-react/useData";
6
- import type { Data } from "@batijs/shared-todo/pages/todo/+data";
7
7
 
8
8
  export function TodoList() {
9
9
  const { todoItemsInitial } = useData<Data>();
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("react") && meta.BATI.has("sentry");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -65,16 +65,6 @@ var require_package = __commonJS({
65
65
  files: [
66
66
  "dist/"
67
67
  ],
68
- bati: {
69
- if: {
70
- flag: {
71
- $all: [
72
- "react",
73
- "sentry"
74
- ]
75
- }
76
- }
77
- },
78
68
  exports: {
79
69
  "./sentry.browser.config": {
80
70
  types: "./dist/types/sentry.browser.config.d.ts"
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("sentry");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  CBs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -61,11 +61,6 @@ var require_package = __commonJS({
61
61
  files: [
62
62
  "dist/"
63
63
  ],
64
- bati: {
65
- if: {
66
- flag: "sentry"
67
- }
68
- },
69
64
  exports: {
70
65
  "./sentry.browser.config copy": {
71
66
  types: "./dist/types/sentry.browser.config copy.d.ts"
@@ -6,7 +6,7 @@ import {
6
6
  JEs,
7
7
  Tir,
8
8
  Zti
9
- } from "../../../../chunk-6D3FLEBD.js";
9
+ } from "../../../../chunk-7Z4ESLVZ.js";
10
10
  import "../../../../chunk-IAWYWZSL.js";
11
11
  import "../../../../chunk-DHZ7AZKP.js";
12
12
 
@@ -7,7 +7,7 @@ import {
7
7
  PK,
8
8
  PR,
9
9
  Sme
10
- } from "../../../../../chunk-6D3FLEBD.js";
10
+ } from "../../../../../chunk-7Z4ESLVZ.js";
11
11
  import "../../../../../chunk-IAWYWZSL.js";
12
12
  import "../../../../../chunk-DHZ7AZKP.js";
13
13
 
@@ -0,0 +1,17 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ if(meta) {
12
+ return meta.BATI.has("shadcn-ui");
13
+ }
14
+ });
15
+ export {
16
+ bati_config_default as default
17
+ };
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  zEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  WEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
9
  import "../../../../chunk-DHZ7AZKP.js";
10
10
 
@@ -67,11 +67,6 @@ var require_package = __commonJS({
67
67
  files: [
68
68
  "dist/"
69
69
  ],
70
- bati: {
71
- if: {
72
- flag: "shadcn-ui"
73
- }
74
- },
75
70
  exports: {
76
71
  "./lib/utils": {
77
72
  types: "./dist/types/lib/utils.d.ts"
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  YEs
7
- } from "../../../../chunk-6D3FLEBD.js";
7
+ } from "../../../../chunk-7Z4ESLVZ.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
  JEs,
7
7
  hir
8
- } from "../../../../chunk-6D3FLEBD.js";
8
+ } from "../../../../chunk-7Z4ESLVZ.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
10
  import "../../../../chunk-DHZ7AZKP.js";
11
11
 
@@ -0,0 +1,15 @@
1
+ // ../../packages/core/dist/config.js
2
+ function t(e, r) {
3
+ if (!e) throw new Error(r);
4
+ }
5
+ function i(e) {
6
+ return "enforce" in e && t(e.enforce === "pre" || e.enforce === "post", `'enforce' must be 'pre' or 'post', was ${e.enforce}`), "if" in e && t(typeof e.if == "function", "'if' must be a function"), e;
7
+ }
8
+
9
+ // bati.config.ts
10
+ var bati_config_default = i({
11
+ enforce: "pre"
12
+ });
13
+ export {
14
+ bati_config_default as default
15
+ };
@@ -6,7 +6,7 @@ import {
6
6
  EBs,
7
7
  SBs,
8
8
  zEs
9
- } from "../../../../chunk-6D3FLEBD.js";
9
+ } from "../../../../chunk-7Z4ESLVZ.js";
10
10
  import "../../../../chunk-IAWYWZSL.js";
11
11
  import "../../../../chunk-DHZ7AZKP.js";
12
12