@batijs/cli 0.0.512 → 0.0.514
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/boilerplates/@batijs/auth0/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/auth0/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/authjs/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/authjs/files/$package.json.js +1 -11
- package/dist/boilerplates/@batijs/aws/bati.config.js +18 -0
- package/dist/boilerplates/@batijs/aws/files/$README.md.js +7 -5
- package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +4 -2
- package/dist/boilerplates/@batijs/aws/files/$package.json.js +1 -7
- package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/biome/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/biome/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/cloudflare/bati.config.js +18 -0
- package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +1 -7
- package/dist/boilerplates/@batijs/compiled/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/d1/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +5 -3
- package/dist/boilerplates/@batijs/d1/files/$package.json.js +1 -14
- package/dist/boilerplates/@batijs/d1/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/d1-sqlite/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +1 -11
- package/dist/boilerplates/@batijs/drizzle/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/drizzle/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +5 -3
- package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/eslint/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/eslint/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/express/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/fastify/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/fastify/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/google-analytics/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/h3/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/hono/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/hono/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/hono/files/entry_aws_lambda.ts +2 -2
- package/dist/boilerplates/@batijs/mantine/bati.config.js +18 -0
- package/dist/boilerplates/@batijs/mantine/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/mantine/files/$package.json.js +1 -12
- package/dist/boilerplates/@batijs/photon/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/photon/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/photon/files/$package.json.js +1 -15
- package/dist/boilerplates/@batijs/plausible.io/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/pnpm/bati.config.js +18 -0
- package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +1 -1
- package/dist/boilerplates/@batijs/prettier/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/prisma/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/prisma/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/react/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/react/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/react/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/react/files/pages/todo/TodoList.tsx +1 -1
- package/dist/boilerplates/@batijs/react-sentry/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +1 -11
- package/dist/boilerplates/@batijs/sentry/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/sentry/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/$README.md.js +4 -2
- package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +1 -1
- package/dist/boilerplates/@batijs/shadcn-ui/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +4 -2
- package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/shared/bati.config.js +15 -0
- package/dist/boilerplates/@batijs/shared/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/shared-db/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/shared-server/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +1 -13
- package/dist/boilerplates/@batijs/shared-todo/bati.config.js +15 -0
- package/dist/boilerplates/@batijs/shared-todo/types/pages/todo/+data.d.ts +1 -3
- package/dist/boilerplates/@batijs/solid/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/solid/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/solid/files/pages/todo/TodoList.tsx +1 -1
- package/dist/boilerplates/@batijs/solid-sentry/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +1 -11
- package/dist/boilerplates/@batijs/sqlite/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/sqlite/files/$.env.js +1 -1
- package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +1 -1
- package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +1 -15
- package/dist/boilerplates/@batijs/tailwindcss/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/telefunc/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/trpc/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/trpc/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/trpc/types/trpc/client.d.ts +3 -3
- package/dist/boilerplates/@batijs/ts-rest/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/vercel/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -7
- package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +1 -1
- package/dist/boilerplates/@batijs/vue/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/vue/files/$README.md.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$package.json.js +1 -6
- package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +1 -1
- package/dist/boilerplates/@batijs/vue/files/pages/todo/TodoList.vue +2 -2
- package/dist/boilerplates/@batijs/vue-sentry/bati.config.js +17 -0
- package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +1 -11
- package/dist/boilerplates/boilerplates.json +0 -264
- package/dist/{chunk-6D3FLEBD.js → chunk-5P3K3DOP.js} +4 -4
- package/dist/index.js +25 -798
- 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("shadcn-ui");
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
bati_config_default as default
|
|
17
|
+
};
|
|
@@ -3,14 +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
|
+
ffs,
|
|
6
7
|
zEs
|
|
7
|
-
} from "../../../../chunk-
|
|
8
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
9
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
10
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
11
|
|
|
11
12
|
// ../../boilerplates/shadcn-ui/dist/files/$README.md.js
|
|
12
13
|
async function getReadme(props) {
|
|
13
14
|
const content = await zEs(props);
|
|
15
|
+
const pmCmd = ffs().run;
|
|
14
16
|
const about = `
|
|
15
17
|
|
|
16
18
|
## shadcn/ui
|
|
@@ -29,7 +31,7 @@ async function getReadme(props) {
|
|
|
29
31
|
### Add Components to Your Project
|
|
30
32
|
|
|
31
33
|
**Example:** add a component to your project.
|
|
32
|
-
|
|
34
|
+
\`${pmCmd} shadcn add button\`
|
|
33
35
|
|
|
34
36
|
use the \`<Button />\` component in your project:
|
|
35
37
|
\`import { Button } from "@/components/ui/button";\`
|
|
@@ -4,7 +4,7 @@ const require = createRequire_BATI_CLI(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
WEs
|
|
7
|
-
} from "../../../../chunk-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.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"
|
|
@@ -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
|
+
};
|
|
@@ -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.hasDatabase;
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
bati_config_default as default
|
|
17
|
+
};
|
|
@@ -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.hasServer;
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -61,18 +61,6 @@ var require_package = __commonJS({
|
|
|
61
61
|
files: [
|
|
62
62
|
"dist/"
|
|
63
63
|
],
|
|
64
|
-
bati: {
|
|
65
|
-
if: {
|
|
66
|
-
flag: {
|
|
67
|
-
$in: [
|
|
68
|
-
"h3",
|
|
69
|
-
"hono",
|
|
70
|
-
"express",
|
|
71
|
-
"fastify"
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
64
|
exports: {
|
|
77
65
|
"./server/create-todo-handler": {
|
|
78
66
|
types: "./dist/types/server/create-todo-handler.d.ts"
|
|
@@ -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
|
+
};
|
|
@@ -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("solid");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.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: "solid"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
70
|
exports: {
|
|
76
71
|
"./components/Link": {
|
|
77
72
|
types: "./dist/types/components/Link.d.ts"
|
|
@@ -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 { createSignal, For, untrack } from "solid-js";
|
|
5
6
|
import { useData } from "vike-solid/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("solid") && 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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -63,16 +63,6 @@ var require_package = __commonJS({
|
|
|
63
63
|
files: [
|
|
64
64
|
"dist/"
|
|
65
65
|
],
|
|
66
|
-
bati: {
|
|
67
|
-
if: {
|
|
68
|
-
flag: {
|
|
69
|
-
$all: [
|
|
70
|
-
"solid",
|
|
71
|
-
"sentry"
|
|
72
|
-
]
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
66
|
exports: {
|
|
77
67
|
"./sentry.browser.config": {
|
|
78
68
|
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("sqlite") && !meta.BATI.has("cloudflare");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -63,20 +63,6 @@ var require_package = __commonJS({
|
|
|
63
63
|
files: [
|
|
64
64
|
"dist/"
|
|
65
65
|
],
|
|
66
|
-
bati: {
|
|
67
|
-
if: {
|
|
68
|
-
flag: {
|
|
69
|
-
$in: [
|
|
70
|
-
"sqlite"
|
|
71
|
-
],
|
|
72
|
-
$not: {
|
|
73
|
-
$in: [
|
|
74
|
-
"cloudflare"
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
66
|
exports: {
|
|
81
67
|
"./database/sqlite/db": {
|
|
82
68
|
types: "./dist/types/database/sqlite/db.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("tailwindcss");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -64,12 +64,7 @@ var require_package = __commonJS({
|
|
|
64
64
|
},
|
|
65
65
|
files: [
|
|
66
66
|
"dist/"
|
|
67
|
-
]
|
|
68
|
-
bati: {
|
|
69
|
-
if: {
|
|
70
|
-
flag: "tailwindcss"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
67
|
+
]
|
|
73
68
|
};
|
|
74
69
|
}
|
|
75
70
|
});
|
|
@@ -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("telefunc");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -64,11 +64,6 @@ var require_package = __commonJS({
|
|
|
64
64
|
files: [
|
|
65
65
|
"dist/"
|
|
66
66
|
],
|
|
67
|
-
bati: {
|
|
68
|
-
if: {
|
|
69
|
-
flag: "telefunc"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
exports: {
|
|
73
68
|
"./pages/todo/TodoList.telefunc": {
|
|
74
69
|
types: "./dist/types/pages/todo/TodoList.telefunc.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("trpc");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -64,11 +64,6 @@ var require_package = __commonJS({
|
|
|
64
64
|
files: [
|
|
65
65
|
"dist/"
|
|
66
66
|
],
|
|
67
|
-
bati: {
|
|
68
|
-
if: {
|
|
69
|
-
flag: "trpc"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
typesVersions: {
|
|
73
68
|
"*": {
|
|
74
69
|
"trpc/server": [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const trpc: import("@trpc/client").TRPCClient<import("@trpc/server").TRPCBuiltRouter<{
|
|
2
2
|
ctx: object & {
|
|
3
|
-
db: ReturnType<
|
|
3
|
+
db: ReturnType<typeof import("@batijs/sqlite/database/sqlite/db").db>;
|
|
4
4
|
} & {
|
|
5
|
-
db: ReturnType<
|
|
5
|
+
db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbSqlite>;
|
|
6
6
|
} & {
|
|
7
|
-
db: ReturnType<
|
|
7
|
+
db: ReturnType<typeof import("@batijs/drizzle/database/drizzle/db").dbD1>;
|
|
8
8
|
} & {
|
|
9
9
|
db: import("@cloudflare/workers-types").D1Database;
|
|
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("ts-rest");
|
|
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-
|
|
7
|
+
} from "../../../../chunk-5P3K3DOP.js";
|
|
8
8
|
import "../../../../chunk-IAWYWZSL.js";
|
|
9
9
|
import "../../../../chunk-DHZ7AZKP.js";
|
|
10
10
|
|
|
@@ -64,11 +64,6 @@ var require_package = __commonJS({
|
|
|
64
64
|
files: [
|
|
65
65
|
"dist/"
|
|
66
66
|
],
|
|
67
|
-
bati: {
|
|
68
|
-
if: {
|
|
69
|
-
flag: "ts-rest"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
exports: {
|
|
73
68
|
"./ts-rest/contract": {
|
|
74
69
|
types: "./dist/types/ts-rest/contract.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("vercel");
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
bati_config_default as default
|
|
17
|
+
};
|