diff --git a/light9/web/vite.config.ts b/web/vite.config.ts copy from light9/web/vite.config.ts copy to web/vite.config.ts --- a/light9/web/vite.config.ts +++ b/web/vite.config.ts @@ -2,8 +2,8 @@ import { defineConfig } from "vite"; export default defineConfig({ base: "/", - root: "./light9/web", - publicDir: "../../node_modules", + root: "./web", + publicDir: "../node_modules", server: { host: "0.0.0.0", strictPort: true,