mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Reorganize cast sender code
This commit is contained in:
@@ -72,14 +72,14 @@ const buildOpts = {
|
||||
entryPoints: [
|
||||
// Main
|
||||
`${srcPath}/background/background.ts`,
|
||||
// Media sender
|
||||
`${srcPath}/senders/media/index.ts`,
|
||||
// Mirroring sender
|
||||
`${srcPath}/senders/mirroring.ts`,
|
||||
// Cast
|
||||
`${srcPath}/cast/index.ts`,
|
||||
`${srcPath}/cast/content.ts`,
|
||||
`${srcPath}/cast/contentBridge.ts`,
|
||||
// Media sender
|
||||
`${srcPath}/cast/senders/media/index.ts`,
|
||||
// Mirroring sender
|
||||
`${srcPath}/cast/senders/mirroring.ts`,
|
||||
// UI
|
||||
`${srcPath}/ui/popup/index.tsx`,
|
||||
`${srcPath}/ui/options/index.tsx`
|
||||
|
||||
Reference in New Issue
Block a user