Bundle to a single file
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 13s
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 13s
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
import { defineConfig } from "vite";
|
||||
import { viteSingleFile } from "vite-plugin-singlefile";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [viteSingleFile()],
|
||||
base: "./",
|
||||
});
|
||||
|
Reference in New Issue
Block a user