MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / beforeInstall

Function beforeInstall

blueprints/server/index.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 normalizeEntityName() {},
10
11 beforeInstall() {
12 if (this.project.isViteProject()) {
13 throw new SilentError('The server blueprint is not supported in Vite projects.');
14 }
15 },
16
17 afterInstall(options) {
18 let isMorganMissing = isPackageMissing(this, 'morgan');

Callers

nothing calls this directly

Calls 1

isViteProjectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…