chore(ext): debug logging

This commit is contained in:
Simon
2026-01-26 16:16:04 +08:00
parent 4f170b674e
commit c4bcad04bd
3 changed files with 33 additions and 8 deletions

View File

@@ -12,6 +12,7 @@ export default defineConfig({
webExt: {
chromiumProfile: chromeProfile,
keepProfileChanges: true,
chromiumArgs: ['--hide-crash-restore-bubble'],
},
vite: () => ({
plugins: [tailwindcss()],