@batijs/cli 0.0.530 → 0.0.531

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 (125) hide show
  1. package/dist/boilerplates/@batijs/auth0/bati.config.js +9 -1
  2. package/dist/boilerplates/@batijs/auth0/files/$.env.js +2 -2
  3. package/dist/boilerplates/@batijs/auth0/files/$TODO.md.js +2 -2
  4. package/dist/boilerplates/@batijs/auth0/files/$wrangler.jsonc.js +2 -2
  5. package/dist/boilerplates/@batijs/authjs/bati.config.js +1 -1
  6. package/dist/boilerplates/@batijs/authjs/files/$package.json.js +2 -2
  7. package/dist/boilerplates/@batijs/aws/bati.config.js +9 -1
  8. package/dist/boilerplates/@batijs/aws/files/$README.md.js +2 -2
  9. package/dist/boilerplates/@batijs/aws/files/$TODO.md.js +2 -2
  10. package/dist/boilerplates/@batijs/aws/files/$package.json.js +2 -2
  11. package/dist/boilerplates/@batijs/aws/files/$tsconfig.json.js +2 -2
  12. package/dist/boilerplates/@batijs/aws/files/$vite.config.ts.js +1 -1
  13. package/dist/boilerplates/@batijs/aws/files/cdk/$stack-name-suffix.json.js +1 -1
  14. package/dist/boilerplates/@batijs/biome/bati.config.js +1 -1
  15. package/dist/boilerplates/@batijs/biome/files/$biome.json.js +1 -1
  16. package/dist/boilerplates/@batijs/biome/files/$package.json.js +2 -2
  17. package/dist/boilerplates/@batijs/cloudflare/bati.config.js +9 -1
  18. package/dist/boilerplates/@batijs/cloudflare/files/$TODO.md.js +2 -2
  19. package/dist/boilerplates/@batijs/cloudflare/files/$package.json.js +2 -2
  20. package/dist/boilerplates/@batijs/cloudflare/files/$tsconfig.json.js +2 -2
  21. package/dist/boilerplates/@batijs/compiled/bati.config.js +1 -1
  22. package/dist/boilerplates/@batijs/compiled/files/$package.json.js +2 -2
  23. package/dist/boilerplates/@batijs/compiled/files/$vite.config.ts.js +2 -2
  24. package/dist/boilerplates/@batijs/d1/bati.config.js +17 -1
  25. package/dist/boilerplates/@batijs/d1/files/$TODO.md.js +2 -2
  26. package/dist/boilerplates/@batijs/d1/files/$package.json.js +2 -2
  27. package/dist/boilerplates/@batijs/d1/files/$wrangler.jsonc.js +2 -2
  28. package/dist/boilerplates/@batijs/d1-sqlite/bati.config.js +1 -1
  29. package/dist/boilerplates/@batijs/d1-sqlite/files/$package.json.js +2 -2
  30. package/dist/boilerplates/@batijs/drizzle/bati.config.js +17 -1
  31. package/dist/boilerplates/@batijs/drizzle/files/$.env.js +2 -2
  32. package/dist/boilerplates/@batijs/drizzle/files/$TODO.md.js +2 -2
  33. package/dist/boilerplates/@batijs/drizzle/files/$package.json.js +2 -2
  34. package/dist/boilerplates/@batijs/eslint/bati.config.js +1 -1
  35. package/dist/boilerplates/@batijs/eslint/files/$package.json.js +2 -2
  36. package/dist/boilerplates/@batijs/express/bati.config.js +1 -1
  37. package/dist/boilerplates/@batijs/express/files/$package.json.js +2 -2
  38. package/dist/boilerplates/@batijs/fastify/bati.config.js +1 -1
  39. package/dist/boilerplates/@batijs/fastify/files/$package.json.js +2 -2
  40. package/dist/boilerplates/@batijs/google-analytics/bati.config.js +1 -1
  41. package/dist/boilerplates/@batijs/google-analytics/files/$.env.js +2 -2
  42. package/dist/boilerplates/@batijs/h3/bati.config.js +1 -1
  43. package/dist/boilerplates/@batijs/h3/files/$package.json.js +2 -2
  44. package/dist/boilerplates/@batijs/hono/bati.config.js +1 -1
  45. package/dist/boilerplates/@batijs/hono/files/$package.json.js +2 -2
  46. package/dist/boilerplates/@batijs/mantine/bati.config.js +1 -1
  47. package/dist/boilerplates/@batijs/mantine/files/$README.md.js +2 -2
  48. package/dist/boilerplates/@batijs/mantine/files/$package.json.js +2 -2
  49. package/dist/boilerplates/@batijs/photon/bati.config.js +1 -1
  50. package/dist/boilerplates/@batijs/photon/files/$README.md.js +2 -2
  51. package/dist/boilerplates/@batijs/photon/files/$package.json.js +2 -2
  52. package/dist/boilerplates/@batijs/plausible.io/bati.config.js +1 -1
  53. package/dist/boilerplates/@batijs/plausible.io/files/$TODO.md.js +2 -2
  54. package/dist/boilerplates/@batijs/pnpm/bati.config.js +1 -1
  55. package/dist/boilerplates/@batijs/pnpm/files/$pnpm-workspace.yaml.js +2 -2
  56. package/dist/boilerplates/@batijs/prettier/bati.config.js +1 -1
  57. package/dist/boilerplates/@batijs/prettier/files/$package.json.js +2 -2
  58. package/dist/boilerplates/@batijs/prisma/bati.config.js +13 -1
  59. package/dist/boilerplates/@batijs/prisma/files/$.env.js +2 -2
  60. package/dist/boilerplates/@batijs/prisma/files/$TODO.md.js +7 -5
  61. package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -2
  62. package/dist/boilerplates/@batijs/react/bati.config.js +1 -1
  63. package/dist/boilerplates/@batijs/react/files/$README.md.js +2 -2
  64. package/dist/boilerplates/@batijs/react/files/$package.json.js +2 -2
  65. package/dist/boilerplates/@batijs/react/files/$tsconfig.json.js +2 -2
  66. package/dist/boilerplates/@batijs/react/files/$vite.config.ts.js +2 -2
  67. package/dist/boilerplates/@batijs/react-sentry/bati.config.js +1 -1
  68. package/dist/boilerplates/@batijs/react-sentry/files/$package.json.js +2 -2
  69. package/dist/boilerplates/@batijs/sentry/bati.config.js +9 -1
  70. package/dist/boilerplates/@batijs/sentry/files/$.env.js +2 -2
  71. package/dist/boilerplates/@batijs/sentry/files/$README.md.js +2 -2
  72. package/dist/boilerplates/@batijs/sentry/files/$TODO.md.js +2 -2
  73. package/dist/boilerplates/@batijs/sentry/files/$package.json.js +2 -2
  74. package/dist/boilerplates/@batijs/sentry/files/$vite.config.ts.js +2 -2
  75. package/dist/boilerplates/@batijs/sentry/files/pages/$+client.ts.js +2 -2
  76. package/dist/boilerplates/@batijs/shadcn-ui/bati.config.js +1 -1
  77. package/dist/boilerplates/@batijs/shadcn-ui/files/$README.md.js +2 -2
  78. package/dist/boilerplates/@batijs/shadcn-ui/files/$package.json.js +2 -2
  79. package/dist/boilerplates/@batijs/shadcn-ui/files/$tsconfig.json.js +2 -2
  80. package/dist/boilerplates/@batijs/shadcn-ui/files/$vite.config.ts.js +2 -2
  81. package/dist/boilerplates/@batijs/shared/bati.config.js +1 -1
  82. package/dist/boilerplates/@batijs/shared/files/$README.md.js +2 -2
  83. package/dist/boilerplates/@batijs/shared/files/$TODO.md.js +2 -2
  84. package/dist/boilerplates/@batijs/shared-db/bati.config.js +1 -1
  85. package/dist/boilerplates/@batijs/shared-server/bati.config.js +1 -1
  86. package/dist/boilerplates/@batijs/shared-server/files/$package.json.js +2 -2
  87. package/dist/boilerplates/@batijs/shared-todo/bati.config.js +1 -1
  88. package/dist/boilerplates/@batijs/solid/bati.config.js +1 -1
  89. package/dist/boilerplates/@batijs/solid/files/$README.md.js +2 -2
  90. package/dist/boilerplates/@batijs/solid/files/$package.json.js +2 -2
  91. package/dist/boilerplates/@batijs/solid/files/$tsconfig.json.js +2 -2
  92. package/dist/boilerplates/@batijs/solid/files/$vite.config.ts.js +2 -2
  93. package/dist/boilerplates/@batijs/solid-sentry/bati.config.js +1 -1
  94. package/dist/boilerplates/@batijs/solid-sentry/files/$package.json.js +2 -2
  95. package/dist/boilerplates/@batijs/sqlite/bati.config.js +9 -1
  96. package/dist/boilerplates/@batijs/sqlite/files/$.env.js +2 -2
  97. package/dist/boilerplates/@batijs/sqlite/files/$TODO.md.js +7 -5
  98. package/dist/boilerplates/@batijs/sqlite/files/$package.json.js +2 -2
  99. package/dist/boilerplates/@batijs/tailwindcss/bati.config.js +1 -1
  100. package/dist/boilerplates/@batijs/tailwindcss/files/$package.json.js +2 -2
  101. package/dist/boilerplates/@batijs/tailwindcss/files/$vite.config.ts.js +2 -2
  102. package/dist/boilerplates/@batijs/telefunc/bati.config.js +1 -1
  103. package/dist/boilerplates/@batijs/telefunc/files/$package.json.js +2 -2
  104. package/dist/boilerplates/@batijs/telefunc/files/$vite.config.ts.js +2 -2
  105. package/dist/boilerplates/@batijs/trpc/bati.config.js +1 -1
  106. package/dist/boilerplates/@batijs/trpc/files/$package.json.js +2 -2
  107. package/dist/boilerplates/@batijs/ts-rest/bati.config.js +1 -1
  108. package/dist/boilerplates/@batijs/ts-rest/files/$package.json.js +2 -2
  109. package/dist/boilerplates/@batijs/vercel/bati.config.js +1 -1
  110. package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -2
  111. package/dist/boilerplates/@batijs/vercel/files/pages/$+config.ts.js +2 -2
  112. package/dist/boilerplates/@batijs/vue/bati.config.js +1 -1
  113. package/dist/boilerplates/@batijs/vue/files/$README.md.js +2 -2
  114. package/dist/boilerplates/@batijs/vue/files/$package.json.js +2 -2
  115. package/dist/boilerplates/@batijs/vue/files/$tsconfig.json.js +2 -2
  116. package/dist/boilerplates/@batijs/vue/files/$vite.config.ts.js +2 -2
  117. package/dist/boilerplates/@batijs/vue-sentry/bati.config.js +1 -1
  118. package/dist/boilerplates/@batijs/vue-sentry/files/$package.json.js +2 -2
  119. package/dist/{chunk-DHZ7AZKP.js → chunk-IHX3I5SM.js} +5 -0
  120. package/dist/{chunk-L2AHUKWS.js → chunk-VIDUWABF.js} +4 -4
  121. package/dist/index.js +71 -22
  122. package/dist/{jiti-ZW3ADF2F-7XIEJQMO.js → jiti-ZW3ADF2F-2SLKRUEN.js} +1 -1
  123. package/dist/{prompt-HBAIF7ML.js → prompt-YBELZKBA.js} +1 -1
  124. package/dist/{src-5HGZFBZ3-KQZBBJSW.js → src-5HGZFBZ3-CGUDMVWF.js} +1 -1
  125. package/package.json +5 -5
@@ -3,13 +3,21 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
10
10
  var bati_config_default = i({
11
11
  if(meta) {
12
12
  return meta.BATI.has("auth0");
13
+ },
14
+ nextSteps(_meta, _packageManager, { bold }) {
15
+ return [
16
+ {
17
+ type: "text",
18
+ step: `Add the Auth0 configuration to the .env file. Check ${bold("TODO.md")} for details`
19
+ }
20
+ ];
13
21
  }
14
22
  });
15
23
  export {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  UMs
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/auth0/dist/files/$.env.js
12
12
  async function getEnv(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  t1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/auth0/dist/files/$TODO.md.js
12
12
  async function getTodo(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/auth0/dist/files/$wrangler.jsonc.js
12
12
  async function getEnv(props) {
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/authjs/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -11,6 +11,14 @@ var bati_config_default = i({
11
11
  if(meta) {
12
12
  return meta.BATI.has("aws");
13
13
  },
14
+ nextSteps(_meta, _packageManager, { bold }) {
15
+ return [
16
+ {
17
+ type: "text",
18
+ step: `Ensure that AWS credentials are configured. Check ${bold("TODO.md")} for details`
19
+ }
20
+ ];
21
+ },
14
22
  enforce: "post"
15
23
  });
16
24
  export {
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  t1s,
7
7
  xas
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/aws/dist/files/$README.md.js
13
13
  async function getReadme(props) {
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  t1s,
7
7
  xas
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/aws/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/aws/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "../../../../chunk-DHZ7AZKP.js";
5
+ import "../../../../chunk-IHX3I5SM.js";
6
6
 
7
7
  // ../../boilerplates/aws/dist/files/$vite.config.ts.js
8
8
  var plugin = `{
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "../../../../../chunk-DHZ7AZKP.js";
5
+ import "../../../../../chunk-IHX3I5SM.js";
6
6
 
7
7
  // ../../boilerplates/aws/dist/files/cdk/$stack-name-suffix.json.js
8
8
  async function getDataJson() {
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -2,7 +2,7 @@
2
2
  import { createRequire as createRequire_BATI_CLI } from 'module';
3
3
  const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
- import "../../../../chunk-DHZ7AZKP.js";
5
+ import "../../../../chunk-IHX3I5SM.js";
6
6
 
7
7
  // ../../boilerplates/biome/dist/files/$biome.json.js
8
8
  async function getBiomeJson(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/biome/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -11,6 +11,14 @@ var bati_config_default = i({
11
11
  if(meta) {
12
12
  return meta.BATI.has("cloudflare");
13
13
  },
14
+ nextSteps(_meta, packageManager) {
15
+ return [
16
+ {
17
+ type: "command",
18
+ step: `${packageManager} wrangler types`
19
+ }
20
+ ];
21
+ },
14
22
  enforce: "post"
15
23
  });
16
24
  export {
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  t1s,
7
7
  xas
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/cloudflare/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/cloudflare/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/cloudflare/dist/files/$tsconfig.json.js
12
12
  async function getTsConfig(props) {
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/compiled/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  i1s,
7
7
  iQn
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/compiled/dist/files/$vite.config.ts.js
13
13
  async function getViteConfig(props) {
@@ -3,13 +3,29 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
10
10
  var bati_config_default = i({
11
11
  if(meta) {
12
12
  return meta.BATI.hasD1;
13
+ },
14
+ nextSteps(meta, packageManager) {
15
+ const step = {
16
+ type: "command",
17
+ step: `${packageManager} wrangler d1 create my-vike-demo-database`
18
+ };
19
+ if (!meta.BATI.has("drizzle")) {
20
+ return [
21
+ step,
22
+ {
23
+ type: "command",
24
+ step: `${packageManager} d1:migrate`
25
+ }
26
+ ];
27
+ }
28
+ return [step];
13
29
  }
14
30
  });
15
31
  export {
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  t1s,
7
7
  xas
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/d1/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  r1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/d1/dist/files/$wrangler.jsonc.js
12
12
  async function getToml(props) {
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/d1-sqlite/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,13 +3,29 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
10
10
  var bati_config_default = i({
11
11
  if(meta) {
12
12
  return meta.BATI.has("drizzle");
13
+ },
14
+ nextSteps(_meta, packageManager, { bold }) {
15
+ return [
16
+ {
17
+ type: "text",
18
+ step: `Add your drizzle ${bold("DATABASE_URL")} to the .env file. Check ${bold("TODO.md")} for details`
19
+ },
20
+ {
21
+ type: "command",
22
+ step: `${packageManager} drizzle:generate`
23
+ },
24
+ {
25
+ type: "command",
26
+ step: `${packageManager} drizzle:migrate`
27
+ }
28
+ ];
13
29
  }
14
30
  });
15
31
  export {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  UMs
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/drizzle/dist/files/$.env.js
12
12
  async function getEnv(props) {
@@ -5,9 +5,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
5
5
  import {
6
6
  t1s,
7
7
  xas
8
- } from "../../../../chunk-L2AHUKWS.js";
8
+ } from "../../../../chunk-VIDUWABF.js";
9
9
  import "../../../../chunk-IAWYWZSL.js";
10
- import "../../../../chunk-DHZ7AZKP.js";
10
+ import "../../../../chunk-IHX3I5SM.js";
11
11
 
12
12
  // ../../boilerplates/drizzle/dist/files/$TODO.md.js
13
13
  async function getTodo(props) {
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/drizzle/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/eslint/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/express/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/fastify/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  UMs
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/google-analytics/dist/files/$.env.js
12
12
  async function getEnv(props) {
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts
@@ -4,9 +4,9 @@ const require = createRequire_BATI_CLI(import.meta.url);
4
4
 
5
5
  import {
6
6
  n1s
7
- } from "../../../../chunk-L2AHUKWS.js";
7
+ } from "../../../../chunk-VIDUWABF.js";
8
8
  import "../../../../chunk-IAWYWZSL.js";
9
- import "../../../../chunk-DHZ7AZKP.js";
9
+ import "../../../../chunk-IHX3I5SM.js";
10
10
 
11
11
  // ../../boilerplates/h3/dist/files/$package.json.js
12
12
  var __create = Object.create;
@@ -3,7 +3,7 @@ function t(e, r) {
3
3
  if (!e) throw new Error(r);
4
4
  }
5
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;
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"), "nextSteps" in e && t(typeof e.nextSteps == "function", "'nextSteps' must be a function"), e;
7
7
  }
8
8
 
9
9
  // bati.config.ts