This commit is contained in:
2026-03-09 00:25:33 +08:00
parent cf9c065edf
commit e1586b89d1

View File

@@ -13,10 +13,11 @@
]
},
"scripts": {
"start": "tsx src/playwright/index.ts",
"start": "pm2 start --interpreter tsx --name browser-helper src/index.ts ",
"dev": "tsx watch src/index.ts",
"init:browser": "npx playwright install",
"build": "bun run bun.config.ts",
"pm2": "pm2 start dist/app.js --name browser-helper ",
"browser": "pm2 start start-browser.js --name browser ",
"dev:browser": "node start-browser.js ",
"cmd": "tsx src/test/cmd.ts ",