mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-07 14:17:51 +02:00
chore: do not watch repository folder
This commit is contained in:
+2
-2
@@ -5,9 +5,9 @@ module.exports = {
|
|||||||
script: "./index.ts",
|
script: "./index.ts",
|
||||||
exec_mode: "fork",
|
exec_mode: "fork",
|
||||||
watch: true,
|
watch: true,
|
||||||
|
ignore_watch: ["node_modules", "repositories", "repo"],
|
||||||
interpreter: "node",
|
interpreter: "node",
|
||||||
interpreter_args:
|
interpreter_args: "--require ts-node/register",
|
||||||
"--require ts-node/register",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user