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

This commit is contained in:
2025-08-31 20:14:55 +02:00
parent c936f13059
commit f3a8ef004d
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from "vite";
export default defineConfig({
base: "./",
});