Skip to content

Commit

Permalink
added build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugamba669 committed Jan 15, 2024
1 parent 25feb5b commit 5f397c2
Show file tree
Hide file tree
Showing 45 changed files with 1,643 additions and 460 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
.DS_Store
node_modules
/dist

/build
/dist_electron
<<<<<<< HEAD

=======
>>>>>>> b297ae8 (modified files)
# local env files
.env.local
.env.*.local
Expand Down
Binary file added dist/assets/Inter-italic.var-4Q_raY2J.woff2
Binary file not shown.
Binary file added dist/assets/Inter-roman.var-vq-Vth46.woff2
Binary file not shown.
Binary file added dist/assets/Ubuntu-Medium-XI9SBX4X.ttf
Binary file not shown.
1 change: 1 addition & 0 deletions dist/assets/hot100-En-jZieh.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

854 changes: 854 additions & 0 deletions dist/assets/index-w6YbW9Ml.js

Large diffs are not rendered by default.

Binary file added dist/assets/material-icons-69IKE8Hh.woff
Binary file not shown.
Binary file added dist/assets/material-icons-JAMAXUYH.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added dist/assets/material-icons-round-64qylwcb.woff2
Binary file not shown.
Binary file added dist/assets/material-icons-round-Q5cMfrL_.woff
Binary file not shown.
Binary file added dist/assets/material-icons-sharp-IInc7Yq0.woff2
Binary file not shown.
Binary file added dist/assets/material-icons-sharp-h9SpFbu_.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added dist/assets/primeicons-5P3lgTyi.eot
Binary file not shown.
Binary file added dist/assets/primeicons-7GdVu_me.woff2
Binary file not shown.
Binary file added dist/assets/primeicons-DQ1UBV8x.ttf
Binary file not shown.
292 changes: 292 additions & 0 deletions dist/assets/primeicons-bmyWY2nz.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/primeicons-ghXmUeij.woff
Binary file not shown.
Binary file added dist/favicon.ico
Binary file not shown.
Binary file added dist/img/icons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/msapplication-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions dist/img/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html lang="">

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="This is the web version of Lw-Ziki-Amp" />
<style>
body {
background-repeat: no-repeat !important;
background-size: cover;
background-position: top;
}
</style>

<link rel="icon" href="/pAudio.png">
<title>
Hype Muzik
</title>
<script type="module" crossorigin src="/assets/index-w6YbW9Ml.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-QkyyoPyt.css">
</head>

<body>
<noscript>
Mugamba bruno
<strong>We're sorry but Hype Muzik doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>

</body>

</html>
Binary file added dist/pAudio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions dist/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow:
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"version": "0.1.2",
"private": true,
"author": "Mugamba Bruno <[email protected]>",
"type":"module",
"scripts": {
"start": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build": "run-p \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
Expand All @@ -28,7 +29,7 @@
"register-service-worker": "^1.7.2",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
"vuex": "^4.0.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createStore } from 'vuex'
import { createStore } from 'vuex';
import { Equalizer } from '../Core/Equalizer'
import { defaultArtwork } from '../Core/default'
// import axios from 'axios'
Expand Down
9 changes: 8 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"files": [],
"compilerOptions": {
"types": [
"vuex"
]
// other options...
},
// other configurations...
"references": [
{
"path": "./tsconfig.node.json"
Expand All @@ -11,4 +18,4 @@
"path": "./tsconfig.vitest.json"
}
]
}
}
893 changes: 442 additions & 451 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5f397c2

Please sign in to comment.