Files
hgtk-landingpage/wrangler.toml
2026-05-18 13:21:13 +08:00

15 lines
656 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.
# Git 集成时的两种常见配置:
#
# 1) 仅静态 PagesBuild = npm run buildOutput = dist「Deploy command」留空
# (由 Cloudflare 直接发布 dist勿再执行 wrangler deploy
#
# 2) Workers + Vite 管道:控制台会执行 npx wrangler deploy要求 package.json 中 Vite ≥ 6
#
# 下面 name 建议与 Cloudflare 控制台里的 Worker / Pages 项目名一致(你当前日志为 hgtk-landing
name = "hgtk-landing"
compatibility_date = "2025-05-01"
pages_build_output_dir = "dist"
# 若 wrangler 提示需要账户 ID可取消下行注释并填入或与 CLOUDFLARE_ACCOUNT_ID 二选一)
# account_id = ""