Added .bat file for runserver and migration files
This commit is contained in:
parent
77ee914536
commit
2e70dd3dba
2
wifi-tally/hub/run_server.bat
Executable file
2
wifi-tally/hub/run_server.bat
Executable file
@ -0,0 +1,2 @@
|
||||
set NODE_OPTIONS=--openssl-legacy-provider
|
||||
npm run start
|
@ -1,2 +1,3 @@
|
||||
#! /bin/bash
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
npm run start
|
||||
|
Loading…
Reference in New Issue
Block a user