mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-22 22:57:35 +08:00
fix: cf pages build command
This commit is contained in:
@@ -5,7 +5,4 @@ compatibility_date = "2025-06-28"
|
|||||||
pages_build_output_dir = ".vercel/output/static"
|
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