Skip to content
Snippets Groups Projects
Commit 2a587101 authored by Egor Fuchezhi's avatar Egor Fuchezhi
Browse files

Fixed vite.config

parent c8cbea73
No related branches found
No related tags found
1 merge request!1136chore: incorporate webui submodule
......@@ -70,4 +70,7 @@ const somePluginFunc = (currentNamespace = "") => {
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), somePluginFunc()],
build: {
outDir: import.meta.env?.BUILD_DIR ?? "./dist",
},
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment