mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
done
This commit is contained in:
@@ -38,4 +38,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,4 +73,4 @@ export class HlsJSPlaybackEngine extends EventTarget {
|
||||
}
|
||||
}
|
||||
|
||||
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
|
||||
export const createPlaybackEngine = () => new HlsJSPlaybackEngine();
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export type { IBasePlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
export { HlsJSPlaybackEngine, createPlaybackEngine } from './HlsJSPlaybackEngine';
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["dist", "node_modules"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,4 +18,4 @@ export default defineConfig({
|
||||
incremental: false,
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user