Compare commits

..

No commits in common. "779134ed0d0469c40b25d8445537bf2857ec5be8" and "df420783ebc1bdd809737a7bd2c6aa6fb2e35d5c" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -318,6 +318,7 @@ FROM --platform=$BUILDPLATFORM node:20 AS web-build
WORKDIR /work
COPY web/package.json web/package-lock.json ./
RUN npm install
COPY web/ ./

View File

@ -5,7 +5,6 @@ import react from "@vitejs/plugin-react-swc";
import monacoEditorPlugin from "vite-plugin-monaco-editor";
const proxyHost = process.env.PROXY_HOST || "localhost:5000";
// https://vitejs.dev/config/
export default defineConfig({
define: {