File directory adjustment
This commit is contained in:
parent
5d1f4a1ca8
commit
836b8d4a9f
|
@ -41,7 +41,7 @@ function getServedPath(appPackageJson) {
|
|||
// config after eject: we're in ./config/
|
||||
module.exports = {
|
||||
dotenv: resolveApp('.env'),
|
||||
appBuild: resolveApp('docs'),
|
||||
appBuild: resolveApp('../docs'),
|
||||
appPublic: resolveApp('public'),
|
||||
appHtml: resolveApp('public/index.html'),
|
||||
appIndexJs: resolveApp('src/index.js'),
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue