Add vite config
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 11s

This commit is contained in:
2025-08-31 20:05:10 +02:00
parent c936f13059
commit f3a8ef004d

5
vite.config.js Normal file
View File

@ -0,0 +1,5 @@
import { defineConfig } from "vite";
export default defineConfig({
base: "./",
});