survivors: changing output dir

This commit is contained in:
Sheldan
2025-08-21 13:19:51 +02:00
parent 9b5ab25c4d
commit cffb10aed6

View File

@@ -2,6 +2,6 @@ import { defineConfig } from 'vite'
export default defineConfig({
build: {
outDir: '../../dist/survivors'
outDir: '../dist/survivors'
},
})