diff --git a/.gitignore b/.gitignore index 33522c8..4c91ab0 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ public/build/* api/index.js api/index.js.map -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml + +tmp/* diff --git a/ecosystem.config.js b/ecosystem.config.js index ceae8d4..eaac5d5 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -13,4 +13,4 @@ module.exports = { // ignore_watch: [], // }, ] -} +};