This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
import{defineConfig}from'@playwright/test'
// 通过环境变量 DEV_MODE 切换模式:
// - 默认(IIS模式):直接连接已部署的 http://127.0.0.1/admin,不启动本地dev server
// - DEV_MODE=1:启动 npm run dev,连接 http://localhost:5173