Miao-Yunzai/image/nodemon.json

9 lines
180 B
JSON
Raw Normal View History

2024-06-10 14:10:09 +08:00
{
"watch": ["plugins"],
"ext": "tsx,jsx",
"exec": "node --no-warnings=ExperimentalWarning --loader ts-node/esm image/main.ts",
"env": {
"NODE_ENV": "development"
}
}