refac: rewrite a lil in rust

This commit is contained in:
2026-05-04 17:38:49 +09:30
parent 608fc96c4e
commit aa1e1a925e
42 changed files with 1367 additions and 103 deletions
+3
View File
@@ -28,6 +28,9 @@ const mode = process.env.MODE || "chrome"; // Check the environment variable to
const useMillion = mode.toLowerCase() !== "firefox";
export default defineConfig(({ command }) => ({
// Default "/" makes Vite's modulepreload helper resolve deps as "/assets/…", which loads from the
// page origin in content scripts. Relative base uses `new URL(dep, import.meta.url)` instead.
base: "./",
plugins: [
base64Loader,
InlineWorkerPlugin(),