webapp: Remove unused variable

This commit is contained in:
Thomas Basler
2025-09-04 17:55:17 +02:00
parent 7479e1e41d
commit 1f1aa7ee68

View File

@@ -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 {
} }
} }
} }
} }) })