| 23 | } |
| 24 | |
| 25 | const getPublicUrl = appPackageJson => |
| 26 | envPublicUrl || require(appPackageJson).homepage; |
| 27 | |
| 28 | // We use `PUBLIC_URL` environment variable or "homepage" field to infer |
| 29 | // "public path" at which the app is served. |
no outgoing calls
no test coverage detected