Skip to content

Commit 7208666

Browse files
committed
Fix missing appPath
1 parent 5724f75 commit 7208666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/config/paths.js

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ function getServedPath(appPackageJson) {
5151
// config after eject: we're in ./config/
5252
module.exports = {
5353
dotenv: resolveApp('.env'),
54+
appPath: resolveApp('.'),
5455
appBuild: resolveApp('build'),
5556
appPublic: resolveApp('public'),
5657
appHtml: resolveApp('public/index.html'),

0 commit comments

Comments
 (0)