Files
SmartSpeaker/dev-server/run-tunnel.ps1
T

6 lines
215 B
PowerShell

param (
[string]$Tunnel = "home dev"
)
Write-Host "Running Cloudflare tunnel: $Tunnel -> http://localhost:8901..." -ForegroundColor Cyan
& "C:\Program Files (x86)\cloudflared\cloudflared.exe" tunnel run $Tunnel