MCPcopy Index your code
hub / github.com/Waishnav/devspace / uiBuildDirectory

Function uiBuildDirectory

src/server.ts:439–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437}
438
439function uiBuildDirectory(): string {
440 return fileURLToPath(new URL("../dist/ui", import.meta.url));
441}
442
443function setAssetHeaders(res: Response): void {
444 res.setHeader("Access-Control-Allow-Origin", "*");

Callers 1

createServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected