Skip to content

Commit 8d565ff

Browse files
committed
chore: ecosystem config
1 parent 443d450 commit 8d565ff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ecosystem.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// eslint-disable-next-line no-undef
2+
module.exports = {
3+
apps: [
4+
{
5+
name: 'Discord Profile',
6+
script: './dist/index.js',
7+
},
8+
],
9+
}

0 commit comments

Comments
 (0)