This commit is contained in:
2025-08-13 22:53:50 +08:00
commit ec5e7a7ae4
11 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "auto-demo",
"version": "0.0.1",
"app": {
"key": "auto",
"entry": "index.ts",
"engine": "bun",
"type": "pm2-system-app"
}
}