1import { genContext } from './genContextF.mts'3// Set by runTestsCore (testlocal) to the isolated test-server baseUrl (e.g. http://127.0.0.1:13021).4// signS3Req reads it to rewrite self-served bucket endpoints (those whose port === svcPortNo) so that5// signed-URL test fetches hit the isolated test server instead of a manually-started devserver on svcPortNo.6// Undefined outside runtests → zero behavior change in production/normal runs.7export const testS3EndpointCtx = genContext<string>()