first commit

This commit is contained in:
MCHost
2025-06-16 10:11:55 -04:00
commit 612ae12863
17 changed files with 4324 additions and 0 deletions

13
start.json Normal file
View File

@ -0,0 +1,13 @@
{
"apps": [
{
"name": "user-panel",
"script": "npm",
"args": "start",
"watch": false,
"env": {
"NODE_ENV": "production"
}
}
]
}