Skip to content

Commit bc81372

Browse files
committed
Made serve.sh use serveo
1 parent b9ae39c commit bc81372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile/tfjs-emotion/serve.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
cd app && python -m http.server
3+
cd app && python -m http.server &
4+
ssh -R 80:localhost:8000 serveo.net

0 commit comments

Comments
 (0)