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