mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-11 13:15:13 +02:00
Remove background script from build file
This commit is contained in:
parent
8d57dfbc57
commit
f908e8249b
@ -115,7 +115,6 @@ async function buildJs() {
|
|||||||
'src/ui/player/player.ts': 'build/ui/player/player.js',
|
'src/ui/player/player.ts': 'build/ui/player/player.js',
|
||||||
|
|
||||||
'src/index.ts': 'build/index.js',
|
'src/index.ts': 'build/index.js',
|
||||||
'src/background.ts': 'build/background.js'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const [src, dst] of Object.entries(files)) {
|
for (const [src, dst] of Object.entries(files)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user