Update vite.config.ts (#47)

This commit is contained in:
Valentin Heiserer
2024-04-23 22:16:19 +02:00
committed by GitHub
parent 2cd8359518
commit 6ff26f3407

View File

@@ -5,6 +5,6 @@ import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
build: {
outDir: '../Backend/src/main/resources/web-content',
outDir: '../Backend/schafkopf-client/src/main/resources/web-content',
},
})