function resolveApp()

in config/paths.js [27:29]


function resolveApp(relativePath) {
  return path.resolve(appDirectory, relativePath);
}