开始多平台 多店铺整改

This commit is contained in:
yml
2026-04-08 22:21:11 +08:00
parent d5b10e3f7f
commit a2b09c89e8
40 changed files with 1750 additions and 685 deletions
+2 -1
View File
@@ -6,8 +6,9 @@
"scripts": {
"browser:install": "playwright install chromium",
"browser:install:linux": "playwright install --with-deps chromium",
"cleanup:dev-data": "node scripts/cleanup-dev-data.js",
"db:migrate": "node src/db/migrate.js",
"dev": "node --watch src/index.js",
"dev": "node --watch-path=src --watch-path=config --watch-preserve-output src/index.js",
"start": "node src/index.js"
},
"dependencies": {