Added .bat file for runserver and migration files

This commit is contained in:
Eljakim Herrewijnen 2023-05-08 21:19:13 +02:00
parent 77ee914536
commit 2e70dd3dba
2 changed files with 3 additions and 0 deletions

2
wifi-tally/hub/run_server.bat Executable file
View File

@ -0,0 +1,2 @@
set NODE_OPTIONS=--openssl-legacy-provider
npm run start

View File

@ -1,2 +1,3 @@
#! /bin/bash #! /bin/bash
export NODE_OPTIONS=--openssl-legacy-provider
npm run start npm run start