MCPcopy Create free account
hub / github.com/epicweb-dev/react-suspense / atRoot

Function atRoot

shared/ship-api-utils.server.ts:17–18  ·  view source on GitHub ↗
(...paths: Array<string>)

Source from the content-addressed store, hash-verified

15)
16
17const atRoot = (...paths: Array<string>) =>
18 path.join(EPICSHOP_CONTEXT_CWD, ...paths)
19
20const formatDate = (date: Date) =>
21 `${date.getHours()}:${String(date.getMinutes()).padStart(2, '0')} ${String(

Callers 1

createShipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected