Skip to content

Commit

Permalink
chore: replace web-ext.config.ts with runner.startUrls (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jul 6, 2024
1 parent 5a8ae30 commit ca77a05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions web-ext.config.ts

This file was deleted.

8 changes: 8 additions & 0 deletions wxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,12 @@ export default defineConfig({
);
},
},
runner: {
startUrls: [
'https://github.com/catppuccin/catppuccin',
'https://gitlab.com/gitlab-org/gitlab',
'https://codeberg.org/forgejo/forgejo',
'https://gitea.catppuccin.com/catppuccin/catppuccin',
],
},
});

0 comments on commit ca77a05

Please sign in to comment.