create-apppaaaul 2.0.43 → 2.0.44

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 (46) hide show
  1. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer +2 -2
  2. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer.CMD +2 -2
  3. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/autoprefixer.ps1 +4 -4
  4. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt +2 -2
  5. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt.CMD +2 -2
  6. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/bcrypt.ps1 +4 -4
  7. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint +2 -2
  8. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier +2 -2
  9. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier.CMD +2 -2
  10. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint-config-prettier.ps1 +4 -4
  11. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint.CMD +2 -2
  12. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/eslint.ps1 +4 -4
  13. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next +2 -2
  14. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap +2 -2
  15. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs +2 -2
  16. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs.CMD +2 -2
  17. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap-cjs.ps1 +4 -4
  18. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap.CMD +2 -2
  19. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next-sitemap.ps1 +4 -4
  20. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next.CMD +2 -2
  21. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/next.ps1 +4 -4
  22. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier +2 -2
  23. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier.CMD +2 -2
  24. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prettier.ps1 +4 -4
  25. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma +2 -2
  26. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma.CMD +2 -2
  27. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/prisma.ps1 +4 -4
  28. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc +2 -2
  29. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc.CMD +2 -2
  30. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsc.ps1 +4 -4
  31. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver +2 -2
  32. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver.CMD +2 -2
  33. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsserver.ps1 +4 -4
  34. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx +2 -2
  35. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx.CMD +2 -2
  36. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.bin/tsx.ps1 +4 -4
  37. package/dist/templates/nextjs-ts-landing-prisma/project/node_modules/.modules.yaml +29 -1
  38. package/dist/templates/nextjs-ts-landing-prisma/project/package.json +3 -1
  39. package/dist/templates/nextjs-ts-landing-prisma/project/pnpm-lock.yaml +152 -18
  40. package/dist/templates/nextjs-ts-landing-prisma/project/src/app/layout.tsx +0 -16
  41. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/auth.ts +5 -3
  42. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/db.ts +6 -24
  43. package/dist/templates/nextjs-ts-landing-prisma/project/src/lib/rate-limit.ts +107 -0
  44. package/dist/templates/nextjs-ts-landing-prisma/project/src/scripts/db-seed.ts +2 -5
  45. package/dist/templates/nextjs-ts-landing-prisma/project/tsconfig.json +19 -5
  46. package/package.json +1 -1
@@ -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
@@ -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\tsserver" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\typescript@5.9.3\node_modules\typescript\bin\tsserver" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\typescript\bin\tsserver" %*
11
+ node "%~dp0\..\.pnpm\typescript@5.9.3\node_modules\typescript\bin\tsserver" %*
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/tsserver" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../typescript/bin/tsserver" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" $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/tsserver" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../typescript/bin/tsserver" $args
36
+ & "node$exe" "$basedir/../.pnpm/typescript@5.9.3/node_modules/typescript/bin/tsserver" $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/tsx@4.21.0/node_modules/tsx/dist/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/tsx@4.21.0/node_modules/tsx/node_modules:/mnt/c/Github/create-apppaaaul/templates/nextjs-ts-landing-prisma/project/node_modules/.pnpm/tsx@4.21.0/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/../tsx/dist/cli.mjs" "$@"
18
+ exec "$basedir/node" "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.mjs" "$@"
19
19
  else
20
- exec node "$basedir/../tsx/dist/cli.mjs" "$@"
20
+ exec node "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.mjs" "$@"
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\tsx@4.21.0\node_modules\tsx\dist\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\tsx@4.21.0\node_modules\tsx\node_modules;C:\Github\create-apppaaaul\templates\nextjs-ts-landing-prisma\project\node_modules\.pnpm\tsx@4.21.0\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\..\tsx\dist\cli.mjs" %*
8
+ "%~dp0\node.exe" "%~dp0\..\.pnpm\tsx@4.21.0\node_modules\tsx\dist\cli.mjs" %*
9
9
  ) ELSE (
10
10
  @SET PATHEXT=%PATHEXT:;.JS;=;%
11
- node "%~dp0\..\tsx\dist\cli.mjs" %*
11
+ node "%~dp0\..\.pnpm\tsx@4.21.0\node_modules\tsx\dist\cli.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/../tsx/dist/cli.mjs" $args
26
+ $input | & "$basedir/node$exe" "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.mjs" $args
27
27
  } else {
28
- & "$basedir/node$exe" "$basedir/../tsx/dist/cli.mjs" $args
28
+ & "$basedir/node$exe" "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.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/../tsx/dist/cli.mjs" $args
34
+ $input | & "node$exe" "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.mjs" $args
35
35
  } else {
36
- & "node$exe" "$basedir/../tsx/dist/cli.mjs" $args
36
+ & "node$exe" "$basedir/../.pnpm/tsx@4.21.0/node_modules/tsx/dist/cli.mjs" $args
37
37
  }
38
38
  $ret=$LASTEXITCODE
39
39
  }