chore: Set up the node build environment

This commit is contained in:
CharleeWa 2023-12-27 10:39:03 +08:00
parent e99dd13488
commit b7d05dfce8
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
[build] [build]
base = "/" base = "/"
publish = "dist" publish = "dist"
command = "npm run build" command = "pnpm run build"
[build.environment]
NODE_VERSION = "18"
[[redirects]] [[redirects]]
from = "/*" from = "/*"