mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-15 11:19:33 +01:00
Update vite.config.ts (#47)
This commit is contained in:
committed by
GitHub
parent
2cd8359518
commit
6ff26f3407
@@ -5,6 +5,6 @@ import vue from '@vitejs/plugin-vue'
|
|||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [vue()],
|
plugins: [vue()],
|
||||||
build: {
|
build: {
|
||||||
outDir: '../Backend/src/main/resources/web-content',
|
outDir: '../Backend/schafkopf-client/src/main/resources/web-content',
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user