MCPcopy
hub / github.com/alibaba/pont / resolveApp

Function resolveApp

examples/hooks-app/config/paths.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// https://github.com/facebook/create-react-app/issues/637
9const appDirectory = fs.realpathSync(process.cwd());
10const resolveApp = relativePath => path.resolve(appDirectory, relativePath);
11
12const envPublicUrl = process.env.PUBLIC_URL;
13

Callers 1

paths.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected