create-apppaaaul 2.0.43 → 2.0.46

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 (49) hide show
  1. package/dist/templates/nextjs-ts-clean/project/eslint.config.mjs +6 -8
  2. package/dist/templates/nextjs-ts-clean/project/package.json +1 -1
  3. package/dist/templates/nextjs-ts-landing-prisma/project/eslint.config.mjs +6 -8
  4. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer +2 -2
  5. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer.CMD +2 -2
  6. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer.ps1 +4 -4
  7. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt +2 -2
  8. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt.CMD +2 -2
  9. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt.ps1 +4 -4
  10. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint +2 -2
  11. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier +2 -2
  12. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier.CMD +2 -2
  13. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier.ps1 +4 -4
  14. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint.CMD +2 -2
  15. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint.ps1 +4 -4
  16. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next +2 -2
  17. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap +2 -2
  18. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs +2 -2
  19. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs.CMD +2 -2
  20. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs.ps1 +4 -4
  21. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap.CMD +2 -2
  22. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap.ps1 +4 -4
  23. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next.CMD +2 -2
  24. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next.ps1 +4 -4
  25. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier +2 -2
  26. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier.CMD +2 -2
  27. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier.ps1 +4 -4
  28. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma +2 -2
  29. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma.CMD +2 -2
  30. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma.ps1 +4 -4
  31. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc +2 -2
  32. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc.CMD +2 -2
  33. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc.ps1 +4 -4
  34. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver +2 -2
  35. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver.CMD +2 -2
  36. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver.ps1 +4 -4
  37. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx +2 -2
  38. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx.CMD +2 -2
  39. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx.ps1 +4 -4
  40. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.modules.yaml +29 -1
  41. package/dist/templates/nextjs-ts-landing-prisma/project/package.json +5 -3
  42. package/dist/templates/nextjs-ts-landing-prisma/project/pnpm-lock.yaml +158 -36
  43. package/dist/templates/nextjs-ts-landing-prisma/project/src/app/layout.tsx +0 -16
  44. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/auth.ts +5 -3
  45. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/db.ts +6 -24
  46. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/rate-limit.ts +107 -0
  47. package/dist/templates/nextjs-ts-landing-prisma/project/src/scripts/db-seed.ts +2 -5
  48. package/dist/templates/nextjs-ts-landing-prisma/project/tsconfig.json +19 -5
  49. package/package.json +1 -1
@@ -1,4 +1,3 @@
1
- import { FlatCompat } from "@eslint/eslintrc";
2
1
  import { defineConfig } from "eslint/config";
3
2
  import tseslint from "typescript-eslint";
4
3
  import eslintJs from "@eslint/js";
@@ -9,10 +8,7 @@ import eslintPluginReactCompiler from "eslint-plugin-react-compiler";
9
8
  import eslintPluginJsxA11y from "eslint-plugin-jsx-a11y";
10
9
  import eslintPluginReact from "eslint-plugin-react";
11
10
  import eslintPluginStylistic from "@stylistic/eslint-plugin";
12
-
13
- const compat = new FlatCompat({
14
- baseDirectory: import.meta.dirname,
15
- });
11
+ import eslintPluginNext from "@next/eslint-plugin-next";
16
12
 
17
13
  const languageLintingConfig = tseslint.config(
18
14
  {
@@ -113,10 +109,9 @@ const reactA11yLintingConfig = defineConfig([
113
109
  const nextLintingConfig = defineConfig([
114
110
  {
115
111
  files: ["**/*.{tsx,jsx}"],
116
- },
117
- compat.extends("plugin:@next/next/recommended"),
118
- {
112
+ ...eslintPluginNext.configs.recommended,
119
113
  rules: {
114
+ ...eslintPluginNext.configs.recommended.rules,
120
115
  "@next/next/no-img-element": "off",
121
116
  },
122
117
  },
@@ -197,6 +192,9 @@ const prettierLintingConfig = defineConfig([
197
192
  ]);
198
193
 
199
194
  export default defineConfig([
195
+ {
196
+ ignores: ["node_modules/**", ".next/**", "dist/**", "build/**"],
197
+ },
200
198
  languageLintingConfig,
201
199
  reactLintingConfig,
202
200
  reactA11yLintingConfig,
@@ -40,7 +40,7 @@
40
40
  "eslint-plugin-jsx-a11y": "^6.10.2",
41
41
  "eslint-plugin-prettier": "^5.5.5",
42
42
  "eslint-plugin-react": "^7.37.5",
43
- "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517",
43
+ "eslint-plugin-react-compiler": "19.1.0-rc.2",
44
44
  "eslint-plugin-react-hooks": "^7.0.1",
45
45
  "globals": "^17.3.0",
46
46
  "prettier": "^3.8.1",
@@ -1,4 +1,3 @@
1
- import { FlatCompat } from "@eslint/eslintrc";
2
1
  import { defineConfig } from "eslint/config";
3
2
  import tseslint from "typescript-eslint";
4
3
  import eslintJs from "@eslint/js";
@@ -9,10 +8,7 @@ import eslintPluginReactCompiler from "eslint-plugin-react-compiler";
9
8
  import eslintPluginJsxA11y from "eslint-plugin-jsx-a11y";
10
9
  import eslintPluginReact from "eslint-plugin-react";
11
10
  import eslintPluginStylistic from "@stylistic/eslint-plugin";
12
-
13
- const compat = new FlatCompat({
14
- baseDirectory: import.meta.dirname,
15
- });
11
+ import eslintPluginNext from "@next/eslint-plugin-next";
16
12
 
17
13
  const languageLintingConfig = tseslint.config(
18
14
  {
@@ -113,10 +109,9 @@ const reactA11yLintingConfig = defineConfig([
113
109
  const nextLintingConfig = defineConfig([
114
110
  {
115
111
  files: ["**/*.{tsx,jsx}"],
116
- },
117
- compat.extends("plugin:@next/next/recommended"),
118
- {
112
+ ...eslintPluginNext.configs.recommended,
119
113
  rules: {
114
+ ...eslintPluginNext.configs.recommended.rules,
120
115
  "@next/next/no-img-element": "off",
121
116
  },
122
117
  },
@@ -197,6 +192,9 @@ const prettierLintingConfig = defineConfig([
197
192
  ]);
198
193
 
199
194
  export default defineConfig([
195
+ {
196
+ ignores: ["node_modules/**", ".next/**", "dist/**", "build/**"],
197
+ },
200
198
  languageLintingConfig,
201
199
  reactLintingConfig,
202
200
  reactA11yLintingConfig,
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../autoprefixer/bin/autoprefixer" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" "$@"
19
19
  else
20
- exec node "$basedir/../autoprefixer/bin/autoprefixer" "$@"
20
+ exec node "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\autoprefixer\bin\autoprefixer" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\autoprefixer" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\autoprefixer\bin\autoprefixer" %*
11
+ node "%~dp0\..\.pnpm\autoprefixer@10.4.24_postcss@8.5.6\node_modules\autoprefixer\bin\autoprefixer" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../autoprefixer/bin/autoprefixer" $args
36
+ & "node$exe" "$basedir/../.pnpm/autoprefixer@10.4.24_postcss@8.5.6/node_modules/autoprefixer/bin/autoprefixer" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/bcryptjs@3.0.3/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../bcryptjs/bin/bcrypt" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" "$@"
19
19
  else
20
- exec node "$basedir/../bcryptjs/bin/bcrypt" "$@"
20
+ exec node "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\bcryptjs@3.0.3\node_modules\bcryptjs\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\bcryptjs@3.0.3\node_modules\bcryptjs\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\bcryptjs@3.0.3\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\bcryptjs\bin\bcrypt" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\bcryptjs@3.0.3\node_modules\bcryptjs\bin\bcrypt" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\bcryptjs\bin\bcrypt" %*
11
+ node "%~dp0\..\.pnpm\bcryptjs@3.0.3\node_modules\bcryptjs\bin\bcrypt" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../bcryptjs/bin/bcrypt" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../bcryptjs/bin/bcrypt" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../bcryptjs/bin/bcrypt" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../bcryptjs/bin/bcrypt" $args
36
+ & "node$exe" "$basedir/../.pnpm/bcryptjs@3.0.3/node_modules/bcryptjs/bin/bcrypt" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../eslint/bin/eslint.js" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
19
19
  else
20
- exec node "$basedir/../eslint/bin/eslint.js" "$@"
20
+ exec node "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" "$@"
21
21
  fi
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../eslint-config-prettier/bin/cli.js" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" "$@"
19
19
  else
20
- exec node "$basedir/../eslint-config-prettier/bin/cli.js" "$@"
20
+ exec node "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_\node_modules\eslint-config-prettier\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_\node_modules\eslint-config-prettier\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\eslint-config-prettier\bin\cli.js" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_\node_modules\eslint-config-prettier\bin\cli.js" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\eslint-config-prettier\bin\cli.js" %*
11
+ node "%~dp0\..\.pnpm\eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_\node_modules\eslint-config-prettier\bin\cli.js" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../eslint-config-prettier/bin/cli.js" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../eslint-config-prettier/bin/cli.js" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../eslint-config-prettier/bin/cli.js" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../eslint-config-prettier/bin/cli.js" $args
36
+ & "node$exe" "$basedir/../.pnpm/eslint-config-prettier@10.1.8_eslint@9.39.2_jiti@2.6.1_/node_modules/eslint-config-prettier/bin/cli.js" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\eslint\bin\eslint.js" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\eslint.js" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\eslint\bin\eslint.js" %*
11
+ node "%~dp0\..\.pnpm\eslint@9.39.2_jiti@2.6.1\node_modules\eslint\bin\eslint.js" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../eslint/bin/eslint.js" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../eslint/bin/eslint.js" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../eslint/bin/eslint.js" $args
36
+ & "node$exe" "$basedir/../.pnpm/eslint@9.39.2_jiti@2.6.1/node_modules/eslint/bin/eslint.js" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../next/dist/bin/next" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" "$@"
19
19
  else
20
- exec node "$basedir/../next/dist/bin/next" "$@"
20
+ exec node "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" "$@"
21
21
  fi
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../next-sitemap/bin/next-sitemap.mjs" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" "$@"
19
19
  else
20
- exec node "$basedir/../next-sitemap/bin/next-sitemap.mjs" "$@"
20
+ exec node "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" "$@"
21
21
  fi
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../next-sitemap/bin/next-sitemap.cjs" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" "$@"
19
19
  else
20
- exec node "$basedir/../next-sitemap/bin/next-sitemap.cjs" "$@"
20
+ exec node "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\next-sitemap\bin\next-sitemap.cjs" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\next-sitemap.cjs" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\next-sitemap\bin\next-sitemap.cjs" %*
11
+ node "%~dp0\..\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\next-sitemap.cjs" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../next-sitemap/bin/next-sitemap.cjs" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../next-sitemap/bin/next-sitemap.cjs" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../next-sitemap/bin/next-sitemap.cjs" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../next-sitemap/bin/next-sitemap.cjs" $args
36
+ & "node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.cjs" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\next-sitemap\bin\next-sitemap.mjs" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\next-sitemap.mjs" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\next-sitemap\bin\next-sitemap.mjs" %*
11
+ node "%~dp0\..\.pnpm\next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218\node_modules\next-sitemap\bin\next-sitemap.mjs" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../next-sitemap/bin/next-sitemap.mjs" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../next-sitemap/bin/next-sitemap.mjs" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../next-sitemap/bin/next-sitemap.mjs" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../next-sitemap/bin/next-sitemap.mjs" $args
36
+ & "node$exe" "$basedir/../.pnpm/next-sitemap@4.2.3_next@16._911f412cd06c310ea6794e8fb0bfb218/node_modules/next-sitemap/bin/next-sitemap.mjs" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules\next\dist\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules\next\dist\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules\next\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\next\dist\bin\next" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules\next\dist\bin\next" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\next\dist\bin\next" %*
11
+ node "%~dp0\..\.pnpm\next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a\node_modules\next\dist\bin\next" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../next/dist/bin/next" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../next/dist/bin/next" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../next/dist/bin/next" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../next/dist/bin/next" $args
36
+ & "node$exe" "$basedir/../.pnpm/next@16.1.6_@babel+core@7.2_977846206673de1f37183a802ee3452a/node_modules/next/dist/bin/next" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prettier@3.8.1/node_modules/prettier/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prettier@3.8.1/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../prettier/bin/prettier.cjs" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" "$@"
19
19
  else
20
- exec node "$basedir/../prettier/bin/prettier.cjs" "$@"
20
+ exec node "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prettier@3.8.1\node_modules\prettier\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prettier@3.8.1\node_modules\prettier\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prettier@3.8.1\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\prettier\bin\prettier.cjs" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\prettier@3.8.1\node_modules\prettier\bin\prettier.cjs" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\prettier\bin\prettier.cjs" %*
11
+ node "%~dp0\..\.pnpm\prettier@3.8.1\node_modules\prettier\bin\prettier.cjs" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../prettier/bin/prettier.cjs" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../prettier/bin/prettier.cjs" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../prettier/bin/prettier.cjs" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../prettier/bin/prettier.cjs" $args
36
+ & "node$exe" "$basedir/../.pnpm/prettier@3.8.1/node_modules/prettier/bin/prettier.cjs" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../prisma/build/index.js" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" "$@"
19
19
  else
20
- exec node "$basedir/../prisma/build/index.js" "$@"
20
+ exec node "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069\node_modules\prisma\build\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069\node_modules\prisma\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\prisma\build\index.js" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069\node_modules\prisma\build\index.js" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\prisma\build\index.js" %*
11
+ node "%~dp0\..\.pnpm\prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069\node_modules\prisma\build\index.js" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../prisma/build/index.js" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../prisma/build/index.js" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../prisma/build/index.js" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../prisma/build/index.js" $args
36
+ & "node$exe" "$basedir/../.pnpm/prisma@7.3.0_@types+react@1_adcd9efbfc074c32423bc424d5f46069/node_modules/prisma/build/index.js" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../typescript/bin/tsc" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
19
19
  else
20
- exec node "$basedir/../typescript/bin/tsc" "$@"
20
+ exec node "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" "$@"
21
21
  fi
@@ -5,8 +5,8 @@
5
5
  @SET "NODE_PATH=C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\bin\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\typescript@5.9.3\node_modules\typescript\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\typescript@5.9.3\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\node_modules;%NODE_PATH%"
6
6
  )
7
7
  @IF EXIST "%~dp0\node.exe" (
8
- "%~dp0\node.exe" "%~dp0\..\typescript\bin\tsc" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\typescript@5.9.3\node_modules\typescript\bin\tsc" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\typescript\bin\tsc" %*
11
+ node "%~dp0\..\.pnpm\typescript@5.9.3\node_modules\typescript\bin\tsc" %*
12
12
  )
@@ -23,17 +23,17 @@ $ret=0
23
23
  if (Test-Path "$basedir/node$exe") {
24
24
  # Support pipeline input
25
25
  if ($MyInvocation.ExpectingInput) {
26
- $input | & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../typescript/bin/tsc" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" $args
29
29
  }
30
30
  $ret=$LASTEXITCODE
31
31
  } else {
32
32
  # Support pipeline input
33
33
  if ($MyInvocation.ExpectingInput) {
34
- $input | & "node$exe" "$basedir/../typescript/bin/tsc" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../typescript/bin/tsc" $args
36
+ & "node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsc" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }
@@ -15,7 +15,7 @@ else
15
15
  export NODE_PATH="/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/bin/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/typescript@5.9.3/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
- exec "$basedir/node" "$basedir/../typescript/bin/tsserver" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
19
19
  else
20
- exec node "$basedir/../typescript/bin/tsserver" "$@"
20
+ exec node "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" "$@"
21
21
  fi