Files
payload/templates/ecommerce/nodemon.json
2023-10-03 12:42:22 -04:00

8 lines
188 B
JSON

{
"$schema": "https://json.schemastore.org/nodemon.json",
"watch": ["server.ts"],
"exec": "ts-node --project tsconfig.server.json src/server.ts",
"ext": "js ts",
"stdin": true
}