mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
09d330c726
添加preview web.bat脚本用于快速启动本地web服务器预览构建产物
5 lines
51 B
Batchfile
5 lines
51 B
Batchfile
@echo off
|
|
|
|
cd build/web
|
|
python -m http.server 8080
|