diff options
| author | Kisei <[email protected]> | 2018-08-24 17:10:12 -0400 |
|---|---|---|
| committer | Kisei <[email protected]> | 2018-08-24 17:10:12 -0400 |
| commit | a6507ed9b6fc3b0c31aae7c34fb6d5b3f4d619ae (patch) | |
| tree | 60b15598a34cd77119b02fa70da838aeabf22309 | |
| parent | Merge branch 'patch-1' into 'master' (diff) | |
| download | wizrpc-a6507ed9b6fc3b0c31aae7c34fb6d5b3f4d619ae.tar.xz wizrpc-a6507ed9b6fc3b0c31aae7c34fb6d5b3f4d619ae.zip | |
added install_windows and launch
| -rw-r--r-- | install_windows.bat | 1 | ||||
| -rw-r--r-- | launch.bat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/install_windows.bat b/install_windows.bat new file mode 100644 index 0000000..ebca712 --- /dev/null +++ b/install_windows.bat @@ -0,0 +1 @@ +npm install && npm install -g pm2
\ No newline at end of file diff --git a/launch.bat b/launch.bat new file mode 100644 index 0000000..ea606d2 --- /dev/null +++ b/launch.bat @@ -0,0 +1 @@ +pm2 start WizRpc.js --watching
\ No newline at end of file |