Files
LunaTV/wrangler.toml
2025-06-28 23:42:22 +08:00

8 lines
296 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name = "moontv"
compatibility_date = "2025-06-28"
# 指定 Pages 产物目录,供 `wrangler pages dev` 本地预览使用
pages_build_output_dir = ".vercel/output/static"
# 开启 Node.js API 兼容层next-on-pages 已自动注入所需 polyfill
compatibility_flags = ["nodejs_compat"]