Changing the build system to Vite #62

Merged
rishighan merged 11 commits from vite-build-system into master 2023-03-02 04:31:22 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 7eb87b066f - Show all commits

View File

@@ -6,7 +6,8 @@
"typings": "server/index.js",
"scripts": {
"build": "vite build",
"dev": "rimraf dist && vite",
"dev": "rimraf dist && npm run build && vite",
"prod": "npm run build && vite",
"docs": "jsdoc -c jsdoc.json"
},
"author": "Rishi Ghan",

View File

@@ -167,7 +167,7 @@ export const AcquisitionPanel = (
}
>
<span className="icon is-small">
<img src="/img/airdcpp_logo.svg" />
<img src="/src/client/assets/img/airdcpp_logo.svg" />
</span>
<span className="airdcpp-text">Search on AirDC++</span>
</button>