Skip to content

Commit 346be27

Browse files
committed
okay we have to put it in all the files lol
1 parent 107a2f2 commit 346be27

File tree

14 files changed

+42
-0
lines changed

14 files changed

+42
-0
lines changed

examples/component-scoped-csr/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter component-scoped-csr run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/component-scoped-ssr/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter component-scoped-ssr run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/fallback-locale/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter fallback-locale run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/loaders/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter loaders run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/locale-param/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-param run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/locale-router-advanced/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router-advanced run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/locale-router-static/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router-static run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[[redirects]]
69
from = "/*"
710
to = "/cs/:splat"

examples/locale-router/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter locale-router run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/multi-page/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter multi-page run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

examples/one-page/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
command = "cd ../../ && pnpm install && pnpm run build && pnpm --filter one-page run build"
33
publish = "build"
44

5+
[build.environment]
6+
NODE_VERSION = "22"
7+
58
[functions]
69
node_bundler = "esbuild"

0 commit comments

Comments
 (0)