mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
14 lines
242 B
JavaScript
14 lines
242 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "AnonymousGitHub",
|
|
script: "./index.ts",
|
|
exec_mode: "fork",
|
|
watch: true,
|
|
interpreter: "node",
|
|
interpreter_args:
|
|
"--require ts-node/register",
|
|
},
|
|
],
|
|
};
|