Bundle to a single file
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 13s

This commit is contained in:
2025-08-31 20:18:17 +02:00
parent f3a8ef004d
commit 8a92d73592
3 changed files with 99 additions and 2 deletions

View File

@ -1,5 +1,7 @@
import { defineConfig } from "vite";
import { viteSingleFile } from "vite-plugin-singlefile";
export default defineConfig({
plugins: [viteSingleFile()],
base: "./",
});