Add vite config
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 11s
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 11s
This commit is contained in:
5
vite.config.js
Normal file
5
vite.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
});
|
Reference in New Issue
Block a user