From 14a356036dc38917b855465010b4d477cbd6ab1b Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Fri, 9 Oct 2020 00:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run.bat | 4 ++++ run.sh | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 run.bat create mode 100644 run.sh diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..bb84408 --- /dev/null +++ b/run.bat @@ -0,0 +1,4 @@ +set PORT=2233 +set webClient=http://localhost:5000 + +yarn start \ No newline at end of file diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..e35a379 --- /dev/null +++ b/run.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +set PORT=2233 +set webClient=http://localhost:5000 + +nohup yarn start &