1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
Dog-Lynx-And-HCN/preview web.bat
T
fallingshrimp 09d330c726 build: 添加web预览脚本和构建产物
添加preview web.bat脚本用于快速启动本地web服务器预览构建产物
2025-11-09 10:51:34 +08:00

5 lines
51 B
Batchfile

@echo off
cd build/web
python -m http.server 8080