MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / configPath

Function configPath

tests/unit/broccoli/default-packager/config-test.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 };
20 let project = {
21 configPath() {
22 return `${input.path()}/config/environment`;
23 },
24
25 config() {
26 return { a: 1 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…