chore(wxt): add web-ext.config.ts

This commit is contained in:
uncenter 2024-02-24 13:51:51 -08:00
parent d760d3c63b
commit bb6014a92f
No known key found for this signature in database

5
web-ext.config.ts Normal file
View File

@ -0,0 +1,5 @@
import { defineRunnerConfig } from 'wxt';
export default defineRunnerConfig({
startUrls: ['https://github.com/catppuccin/catppuccin'],
});