Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-murray committed Sep 3, 2024
1 parent 54bc3fd commit c5db929
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
Expand Down
17 changes: 17 additions & 0 deletions dist/assets/index-BFhsDQeb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/index-eMPQjxmd.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en" class="bg-slate-950 text-white">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Feed for Twitch by Deleter</title>
<script type="module" crossorigin src="/assets/index-BFhsDQeb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-eMPQjxmd.css">
</head>
<body>
<div id="app"></div>
</body>
</html>
Binary file added dist/notify.wav
Binary file not shown.

0 comments on commit c5db929

Please sign in to comment.