fix: workflows

This commit is contained in:
Tienson Qin
2025-07-28 19:11:41 +08:00
parent 44fb03b0ae
commit 238b071b62
5 changed files with 16 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ var AppConfig = Object.assign({}, config, {
});
var MobileConfig = Object.assign({}, config, {
name: "app",
name: "mobile",
entry: {
main : "./target/mobile.js",
workers : "./target/workers.js",