File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66 rm -rf vul integration-test tools
77
88# https://hub.docker.com/r/oven/bun
9- FROM --platform=$BUILDPLATFORM oven/bun:1.3.6 AS frontend
9+ FROM --platform=$BUILDPLATFORM oven/bun:1.3.11 AS frontend
1010
1111ARG ROUTE_ROOT_PATH="/"
1212ARG CONTEXT_PATH=""
Original file line number Diff line number Diff line change 11import type { Config } from '@react-router/dev/config' ;
22import { glob } from 'node:fs/promises' ;
33import { createGetUrl , getSlugs } from 'fumadocs-core/source' ;
4+ import { env } from "node:process" ;
45
56const getUrl = createGetUrl ( '/docs' ) ;
67
78export default {
9+ basename : env . VITE_APP_BASE_PATH ,
810 ssr : false ,
911 future : {
1012 v8_middleware : true ,
You can’t perform that action at this time.
0 commit comments