mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 18:21:47 +00:00
15 lines
463 B
HTML
15 lines
463 B
HTML
<!-- WARNING:
|
|
|
|
This file only exists for the build system to work properly.
|
|
Any changes done here won't be reflected in the final build.
|
|
|
|
The actual loading of `renderer.ts` is done in `src/index.ts`
|
|
within the `createMainWindow` function.
|
|
|
|
Archived link for reference:
|
|
https://github.com/pear-devs/pear-desktop/blob/a3104fda4b0d58b076d0c737111636a66e468acc/src/index.ts#L407-L443
|
|
|
|
-->
|
|
|
|
<script type="module" src="./renderer.ts"></script>
|