Initial source code import

This commit is contained in:
2022-02-13 06:31:11 +00:00
commit 5819796c82
26 changed files with 807 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
cd /d %~dp0
rem "C:\Program Files (x86)\nodejs\npm.cmd" run dev > app.log 2>&1
:loop
npx cross-env NODE_ENV=dev nodemon --inspect=5001 --config nodemon.js src/server.js
rem 1> app.log 2>&1
goto loop