survivors: fixing config

This commit is contained in:
Sheldan
2025-08-21 13:37:55 +02:00
parent e75946d749
commit 18c323430c

View File

@@ -1,9 +1,8 @@
import { defineConfig } from 'vite'
export default defineConfig({
base: './',
build: {
base: './',
root: 'src',
outDir: '../dist/survivors'
},
})