From 21a256759e2c8431379633cac7d3cd5abae9639e Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Tue, 8 Nov 2022 14:43:52 +0100 Subject: [PATCH] chore: Prefix UI assets folder to prevent clash with public/private dirs option. --- ui/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/vite.config.js b/ui/vite.config.js index 131c225ed8..ea5450e677 100644 --- a/ui/vite.config.js +++ b/ui/vite.config.js @@ -28,7 +28,7 @@ export default defineConfig({ ], build: { outDir: 'build', - assetsDir: 'static', + assetsDir: 'wave-static', chunkSizeWarningLimit: 900 }, server: {