build: ui not found

This commit is contained in:
ReaJason
2026-03-30 22:18:03 +08:00
parent a034543689
commit 1645c12b0a
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
rm -rf vul integration-test tools
# https://hub.docker.com/r/oven/bun
FROM --platform=$BUILDPLATFORM oven/bun:1.3.6 AS frontend
FROM --platform=$BUILDPLATFORM oven/bun:1.3.11 AS frontend
ARG ROUTE_ROOT_PATH="/"
ARG CONTEXT_PATH=""
+2
View File
@@ -1,10 +1,12 @@
import type { Config } from '@react-router/dev/config';
import { glob } from 'node:fs/promises';
import { createGetUrl, getSlugs } from 'fumadocs-core/source';
import { env } from "node:process";
const getUrl = createGetUrl('/docs');
export default {
basename: env.VITE_APP_BASE_PATH,
ssr: false,
future: {
v8_middleware: true,