Skip to content

Commit

Permalink
fix: single background ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed May 8, 2024
1 parent 86a954b commit e804b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/chrome/background/background-with-dev-tools.ts

This file was deleted.

4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ const manifest = defineManifest(async () => {
default_popup: 'src/pairing/index.html',
},
background: {
service_worker: `src/chrome/background/background${
isDevToolsActive ? '-with-dev-tools' : ''
}.ts`,
service_worker: `src/chrome/background/background.ts`,
type: 'module',
},
content_scripts: [
Expand Down

0 comments on commit e804b21

Please sign in to comment.