chore: update development start URL to example.com

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
molvqingtai
2025-10-01 22:44:53 +08:00
parent 97e957420c
commit 0df220049c

View File

@@ -10,7 +10,7 @@ export default defineConfig({
imports: false,
entrypointsDir: 'app',
webExt: {
startUrls: ['https://www.google.com/'],
startUrls: ['http://www.example.com/'],
openDevtools: true
},
manifest: ({ browser }) => {