mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-23 07:07:33 +08:00
fix: cf pages build command
This commit is contained in:
@@ -6,6 +6,3 @@ pages_build_output_dir = ".vercel/output/static"
|
|||||||
|
|
||||||
# 开启 Node.js API 兼容层(next-on-pages 已自动注入所需 polyfill)
|
# 开启 Node.js API 兼容层(next-on-pages 已自动注入所需 polyfill)
|
||||||
compatibility_flags = ["nodejs_compat"]
|
compatibility_flags = ["nodejs_compat"]
|
||||||
|
|
||||||
[build]
|
|
||||||
command = "pnpm install --frozen-lockfile && pnpm run pages:build"
|
|
||||||
Reference in New Issue
Block a user