Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
439
function
uiBuildDirectory(): string {
440
return
fileURLToPath(
new
URL(
"../dist/ui"
,
import
.meta.url));
441
}
442
443
function
setAssetHeaders(res: Response): void {
444
res.setHeader(
"Access-Control-Allow-Origin"
,
"*"
);
Callers
1
createServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected