Initial commit

This commit is contained in:
AG
2025-12-20 16:32:05 +02:00
commit f430c2b757
31 changed files with 4797 additions and 0 deletions

11
ecosystem.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
apps : [{
name : "ag-beats",
script : "./server.js",
interpreter: "node",
args: "",
node_args: "",
wait_ready: true,
listen_timeout: 5000
}]
}