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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user