补充本地调试页面入口
This commit is contained in:
@@ -45,9 +45,9 @@ $publicDir = Resolve-Path "public"
|
||||
Write-Host "[ ] Starting dev server..." -ForegroundColor Cyan
|
||||
Write-Host ""
|
||||
Write-Host "Server info:" -ForegroundColor White
|
||||
Write-Host " - URL: http://localhost:8080" -ForegroundColor Cyan
|
||||
Write-Host " - URL: http://localhost:8080/index.html" -ForegroundColor Cyan
|
||||
Write-Host " - Root: $publicDir" -ForegroundColor Gray
|
||||
Write-Host " - Home: /smart_test.html" -ForegroundColor Gray
|
||||
Write-Host " - Home: /index.html" -ForegroundColor Gray
|
||||
Write-Host " - Stop: Ctrl+C" -ForegroundColor Yellow
|
||||
Write-Host ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user