feat: removed wrangler due to file limit

This commit is contained in:
Haoyu Xu
2025-04-26 18:47:31 +08:00
parent 201119722e
commit 4b9053af8d
7 changed files with 164 additions and 198 deletions

View File

@@ -15,11 +15,5 @@
"@aklive2d/operator": "workspace:*",
"@aklive2d/music": "workspace:*",
"@aklive2d/background": "workspace:*"
},
"scripts": {
"upload": "mode=upload node runner.js",
"download:data": "mode=download node runner.js",
"deploy": "mode=deploy node runner.js",
"lint": "eslint \"*.js\" \"**/*.js\" && prettier --check ."
}
}