This website requires JavaScript.
Explore
Help
Sign In
Hri7566
/
supercosmic
Watch
1
Star
0
Fork
You've already forked supercosmic
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bb4b41c440
supercosmic
/
pm2.config.cjs
6 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Attempt to fix pm2 config (4)
2023-12-06 21:27:31 +01:00
module
.
exports
=
{
Add pm2 config
2023-12-06 21:24:32 +01:00
name
:
"supercosmic"
,
Attempt to fix pm2 config (5)
2023-12-06 21:27:52 +01:00
script
:
"src/index.ts"
,
Add pm2 config
2023-12-06 21:24:32 +01:00
interpreter
:
"~/.bun/bin/bun"
}
;