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

Function locals

blueprints/http-proxy/index.js:11–17  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

9 anonymousOptions: ['local-path', 'remote-url'],
10
11 locals(options) {
12 let proxyUrl = options.args[2];
13 return {
14 path: `/${options.entity.name.replace(/^\//, '')}`,
15 proxyUrl,
16 };
17 },
18
19 beforeInstall(options) {
20 if (this.project.isViteProject()) {

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…