mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 22:48:00 +02:00
chore: update configuration to improve startup time
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
|||||||
/repositories
|
/repositories
|
||||||
repo/
|
repo/
|
||||||
|
db_backups
|
||||||
+9
-1
@@ -5,7 +5,15 @@ module.exports = {
|
|||||||
script: "./index.ts",
|
script: "./index.ts",
|
||||||
exec_mode: "fork",
|
exec_mode: "fork",
|
||||||
watch: true,
|
watch: true,
|
||||||
ignore_watch: ["node_modules", "repositories", "repo", "public", ".git", "db_backups"],
|
ignore_watch: [
|
||||||
|
"node_modules",
|
||||||
|
"repositories",
|
||||||
|
"repo",
|
||||||
|
"public",
|
||||||
|
".git",
|
||||||
|
"db_backups",
|
||||||
|
"dist",
|
||||||
|
],
|
||||||
interpreter: "node",
|
interpreter: "node",
|
||||||
interpreter_args: "--require ts-node/register",
|
interpreter_args: "--require ts-node/register",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user