pm2 file, grafana dasboard file, readme

This commit is contained in:
2024-06-22 00:55:54 -05:00
parent abc65134fc
commit f29e6563db
3 changed files with 883 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"apps": [
{
"name": "FDLogUp",
"script": "index.ts",
"interpreter": "bun",
"interpreter_args": "run"
}
]
}