2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-06 16:52:35 +00:00

chore: set favicon for ModMan

This commit is contained in:
Jan Laupetin
2025-10-28 20:12:58 +01:00
parent f7bc97f4d1
commit 732d9d265f
5 changed files with 81 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ import headerTransformationPlugin from "./build/HeaderTransformationPlugin";
// https://vite.dev/config/
export default defineConfig({
build: {
copyPublicDir: false,
emptyOutDir: true,
rollupOptions: {
output: {
@@ -18,6 +17,7 @@ export default defineConfig({
},
},
},
publicDir: fileURLToPath(new URL("./public", import.meta.url)),
plugins: [
vue(),
vueDevTools(),