build(front): Remove duplicate key from vite.config.ts

This commit is contained in:
Georg Krause 2023-09-13 08:28:50 +02:00
parent f821dcbbc2
commit 00baf5e9cb
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ const port = +(process.env.VUE_PORT ?? 8080)
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({
envPrefix: ['VUE_', 'FUNKWHALE_SENTRY_'],
build: {
sourcemap: true
},
plugins: [
// https://vue-macros.sxzz.moe/
VueMacros({