MCPcopy Index your code
hub / github.com/tech-conferences/confs.tech / resolveApp

Function resolveApp

config/paths.js:11–11  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

9// https://github.com/facebook/create-react-app/issues/637
10const appDirectory = fs.realpathSync(process.cwd())
11const resolveApp = (relativePath) => path.resolve(appDirectory, relativePath)
12
13// We use `PUBLIC_URL` environment variable or "homepage" field to infer
14// "public path" at which the app is served.

Callers 1

paths.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected