chore: Set up the node build environment
This commit is contained in:
parent
e99dd13488
commit
b7d05dfce8
|
|
@ -1,7 +1,10 @@
|
|||
[build]
|
||||
base = "/"
|
||||
publish = "dist"
|
||||
command = "npm run build"
|
||||
command = "pnpm run build"
|
||||
|
||||
[build.environment]
|
||||
NODE_VERSION = "18"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue