This commit is contained in:
Sakurasan
2026-07-06 00:20:56 +08:00
parent 5cbb87a2ef
commit 95594d1b1a
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -1,2 +1 @@
registry=https://registry.npmmirror.com/
onlyBuiltDependencies[]=esbuild
+1 -1
View File
@@ -3,7 +3,7 @@ FROM node:22-alpine AS build
WORKDIR /app
COPY . .
RUN corepack enable && pnpm install
RUN corepack enable && corepack prepare pnpm@10 --activate && pnpm install
RUN pnpm build
-5
View File
@@ -70,10 +70,5 @@
"@vitejs/plugin-react": "^5.0.4",
"typescript": "^5.8.3",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}