Skip to content

Commit 4041753

Browse files
authored
- upload files
1 parent da4c4fc commit 4041753

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

local-run.cmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@echo off
2+
3+
cd /d "%USERPROFILE%\Downloads" && ^
4+
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -command "Invoke-WebRequest \"https://aka.ms/TunnelsCliDownload/win-x64\" -OutFile devtunnel.exe" &&^
5+
.\devtunnel.exe user login -g -d &&^
6+
.\devtunnel.exe host -p 3000 --allow-anonymous --protocol auto
7+
pause

0 commit comments

Comments
 (0)