nyanya
commited on
Commit
•
b1b613c
1
Parent(s):
4d074fc
fix
Browse files- npm_packages.txt +1 -0
- start_server.sh +2 -0
npm_packages.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
cloudflared
|
2 |
localtunnel
|
|
|
|
1 |
cloudflared
|
2 |
localtunnel
|
3 |
+
serve
|
start_server.sh
CHANGED
@@ -2,5 +2,7 @@
|
|
2 |
|
3 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
|
4 |
|
|
|
|
|
5 |
echo "Starting VSCode Server..."
|
6 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}"
|
|
|
2 |
|
3 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
|
4 |
|
5 |
+
serve . -l 8080 &
|
6 |
+
|
7 |
echo "Starting VSCode Server..."
|
8 |
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}"
|