fix(deploy): vite config lazy load

This commit is contained in:
Ran
2026-02-14 22:16:55 +08:00
parent f964cbca69
commit 5c46d41ebf
5 changed files with 69 additions and 37 deletions
-1
View File
@@ -6,7 +6,6 @@ WORKDIR /build
RUN npm install -g pnpm@10
COPY package.json pnpm-workspace.yaml pnpm-lock.yaml ./
COPY config.toml ./
COPY packages ./packages