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

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

5
vite.config.js Normal file
View File

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