diff --git a/index.ts b/index.ts index eb47d06..2f9cc3e 100755 --- a/index.ts +++ b/index.ts @@ -39,7 +39,7 @@ const pm2edit = new Command("pm2edit") } }) - const fileContent = `const enabled = false;\n\nmodule.exports = {apps: ${JSON.stringify(data, null, 2)}}` + const fileContent = `module.exports = {apps: ${JSON.stringify(data, null, 2)}}` const formattedContent = await prettier.format(fileContent, { parser: "typescript" });