Mercurial > code > home > repos > light9
changeset 2142:f01b6810c157
fix collector publicDir
author | drewp@bigasterisk.com |
---|---|
date | Wed, 17 May 2023 17:41:29 -0700 |
parents | bee583b891dc |
children | b27a3a8f9ecb |
files | light9/collector/web/vite.config.ts |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/collector/web/vite.config.ts Wed May 17 17:41:09 2023 -0700 +++ b/light9/collector/web/vite.config.ts Wed May 17 17:41:29 2023 -0700 @@ -4,7 +4,7 @@ export default defineConfig({ base: "/collector/", root: "./light9/collector/web", - publicDir: "../web", + publicDir: "../../web", server: { host: "0.0.0.0", strictPort: true,