Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
const
appDirectory = fs.realpathSync(process.cwd())
6
// Markdown dir
7
const
resolveApp = relativePath => path.resolve(appDirectory, relativePath)
8
9
module.exports = {
10
resolveApp,
Callers
8
aux
Function · 0.85
path.js
File · 0.85
getCrdConf
Function · 0.85
faviconPath
Function · 0.85
getTheme
Function · 0.85
webpack.config.js
File · 0.85
initProject.js
File · 0.85
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected