MCPcopy Index your code
hub / github.com/devspace-sh/devspace / getPublicUrl

Function getPublicUrl

ui/config/paths.js:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25const 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.

Callers 2

getServedPathFunction · 0.85
paths.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected