Skip to content

Commit

Permalink
fixed path to server.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 23, 2018
1 parent 5f68489 commit f730ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/paths.js
Expand Up @@ -47,11 +47,11 @@ module.exports = {
appBuildPublic: resolveApp('build/public'),
appManifest: resolveApp('build/assets.json'),
appPublic: resolveApp('public'),
apptheme: resolveApp('theme'),
appTheme: resolveApp('theme'),
appNodeModules: resolveApp('node_modules'),
appSrc: resolveApp('src'),
appPackageJson: resolveApp('package.json'),
appServerIndexJs: resolveApp('src'),
appServerIndexJs: resolveApp('src/server'),
appClientIndexJs: resolveApp('src/client'),
appBabelRc: resolveApp('.babelrc'),
appEslintRc: resolveApp('.eslintrc'),
Expand Down

0 comments on commit f730ce6

Please sign in to comment.