puzzle/scripts/dev-server

9 lines
176 B
Text
Raw Permalink Normal View History

2021-05-22 13:19:39 +02:00
#!/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