Skip to content

Commit

Permalink
chore(player): Added example
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 8, 2024
1 parent 0c147f9 commit 09f18c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/player/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<video></video>
<div id="root"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="/example/main.tsx"></script>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/player/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"hls.js": ["./external/hlsjs__feature__interstitials/hls"]
}
},
"include": ["src", "lib"]
"include": ["example", "lib"]
}

0 comments on commit 09f18c2

Please sign in to comment.