Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mdnice/markdown-resume
/ resolveApp
Function
resolveApp
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
9
const
appDirectory = fs.realpathSync(process.cwd());
10
const
resolveApp = relativePath => path.resolve(appDirectory, relativePath);
11
12
const
envPublicUrl = process.env.PUBLIC_URL;
13
Callers
1
paths.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected