We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base
1 parent 9eb8158 commit 71f1b38Copy full SHA for 71f1b38
components/log-viewer-webui/client/vite.config.ts
@@ -4,7 +4,9 @@ import {defineConfig} from "vite";
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
+ base: "./",
8
plugins: [react()],
9
+ publicDir: "public",
10
server: {
11
port: 8080,
12
proxy: {
@@ -16,5 +18,4 @@ export default defineConfig({
16
18
},
17
19
20
- publicDir: "public",
21
});
0 commit comments