MCPcopy
hub / github.com/epicweb-dev/react-performance / here

Function here

epicshop/fix.js:9–9  ·  view source on GitHub ↗
(...p)

Source from the content-addressed store, hash-verified

7
8const __dirname = path.dirname(fileURLToPath(import.meta.url))
9const here = (...p) => path.join(__dirname, ...p)
10
11const workshopRoot = here('..')
12const examples = (await readDir(here('../examples'))).map((dir) =>

Callers 1

fix.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected