add readme and change some scripts
This commit is contained in:
parent
239c879649
commit
6474c2fd8c
15 changed files with 265 additions and 231 deletions
8
scripts/dev-server
Executable file
8
scripts/dev-server
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
nodemon \
|
||||
-x "node --experimental-specifier-resolution=node --loader ts-node/esm" \
|
||||
-w src/server \
|
||||
-w src/common \
|
||||
src/server/main.ts \
|
||||
-- -c config.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue