chore: add pnpm build config to netlify.toml
This commit is contained in:
@@ -1 +1 @@
|
||||
20
|
||||
24
|
||||
@@ -1,3 +1,10 @@
|
||||
[build]
|
||||
command = "pnpm install && pnpm run build"
|
||||
publish = "dist"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "24"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/"
|
||||
|
||||
Reference in New Issue
Block a user