mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-10 16:59:52 +01:00
webapp: Remove unused variable
This commit is contained in:
@@ -19,7 +19,7 @@ try {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig(({ command }) => { return {
|
export default defineConfig({
|
||||||
plugins: [
|
plugins: [
|
||||||
vue(),
|
vue(),
|
||||||
viteCompression({ deleteOriginFile: true, threshold: 0 }),
|
viteCompression({ deleteOriginFile: true, threshold: 0 }),
|
||||||
@@ -96,4 +96,4 @@ export default defineConfig(({ command }) => { return {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} })
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user