diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:33:29 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-19 00:33:29 +0800 |
| commit | f26cd7da74e9b65facb4dc2f16c21683334e0aee (patch) | |
| tree | c5c60b3dbdbdc20e2506c20d5591a269939de0fb /dev_tools | |
| parent | 532f4ceba2bddb1c84d2e0bdd69808a3ebd5ca4a (diff) | |
Add HTTP server script for local docs preview
Diffstat (limited to 'dev_tools')
| -rw-r--r-- | dev_tools/scripts/http-page-preview.ps1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev_tools/scripts/http-page-preview.ps1 b/dev_tools/scripts/http-page-preview.ps1 new file mode 100644 index 0000000..4df4d8a --- /dev/null +++ b/dev_tools/scripts/http-page-preview.ps1 @@ -0,0 +1,2 @@ +Set-Location "docs" +python -m http.server 3000 |
