fix(mobile): apply same fix about jquery

This commit is contained in:
Elian Doran
2025-05-18 00:01:53 +03:00
parent c1648f9742
commit c0c79b123f
5 changed files with 121 additions and 121 deletions

View File

@@ -50,6 +50,7 @@ export default defineConfig(() => ({
setup: join(__dirname, "src", "setup.ts"),
share: join(__dirname, "src", "share.ts"),
set_password: join(__dirname, "src", "set_password.ts"),
runtime: join(__dirname, "src", "runtime.ts")
},
output: {
entryFileNames: "[name].js",