survivors: adding first version

This commit is contained in:
Sheldan
2025-08-21 13:16:29 +02:00
parent 8a6e3b86df
commit 9b5ab25c4d
22 changed files with 2003 additions and 9 deletions

View File

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