MCPcopy Create free account
hub / github.com/MuYunyun/create-react-doc / resolveApp

Function resolveApp

packages/crd-utils/path.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const appDirectory = fs.realpathSync(process.cwd())
6// Markdown dir
7const resolveApp = relativePath => path.resolve(appDirectory, relativePath)
8
9module.exports = {
10 resolveApp,

Callers 8

auxFunction · 0.85
path.jsFile · 0.85
getCrdConfFunction · 0.85
faviconPathFunction · 0.85
getThemeFunction · 0.85
webpack.config.jsFile · 0.85
initProject.jsFile · 0.85
index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected