bump(deps): bump more deps

This commit is contained in:
Jones8683
2025-08-23 10:52:42 +09:30
parent 08586781ce
commit 530f07e640
+4
View File
@@ -84,6 +84,10 @@ export default defineConfig(({ command }) => ({
settings: join(__dirname, "src", "interface", "index.html"),
pageState: join(__dirname, "src", "pageState.js"),
},
onwarn(warning, warn) {
if (warning.code === "FILE_NAME_CONFLICT") return;
warn(warning);
},
},
},
}));