feat: add minio list detect

This commit is contained in:
2025-03-13 02:32:28 +08:00
parent 1c820c3083
commit efef48a1b0
8 changed files with 208 additions and 15 deletions

View File

@@ -12,9 +12,12 @@
"dev:watch": "cross-env NODE_ENV=development concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
"build": "rimraf dist && rollup -c rollup.config.mjs",
"deploy": "rsync -avz --delete ./dist/ --exclude='app.config.json5' light:~/apps/codecenter/dist",
"deploy:sky": "rsync -avz --delete ./dist/ --exclude='app.config.json5' sky:~/kevisual/dist",
"clean": "rm -rf dist",
"reload": "ssh light pm2 restart codecenter",
"reload:sky": "ssh sky pm2 restart codecenter",
"pub:me": "npm run build && npm run deploy && npm run reload",
"pub:sky": "npm run build && npm run deploy:sky && npm run reload:sky",
"start": "pm2 start dist/app.mjs --name codecenter",
"release": "node ./config/release/index.mjs",
"pub": "envision pack -p -u",