mirror of
https://github.com/ershisan99/scrape-icp.git
synced 2026-02-02 21:02:11 +00:00
Initial commit
This commit is contained in:
8
nodemon.json
Normal file
8
nodemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ext": "ts",
|
||||
"ignore": ["src/**/*.spec.ts"],
|
||||
"exec": "ts-node-esm --files --project tsconfig.json src",
|
||||
"inspect": true,
|
||||
"verbose": true
|
||||
}
|
||||
Reference in New Issue
Block a user