提交 5f269d7c 编写于 作者: J jsmirandaiii 提交者: Luis Fernando Alvarez D

Added nodemon config to watch for .ts and .js files in the server folder (#7592)

上级 a71cb644
{
"watch": ["server", "static"],
"exec": "ts-node --project tsconfig.server.json server/index.ts"
}
"exec": "ts-node --project tsconfig.server.json server/index.ts",
"ext": "js ts"
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册