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

Function init

lib/commands/serve.js:92–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 ],
91
92 init() {
93 this._super.apply(this, arguments);
94 if (!this.isViteProject) {
95 this.skipHelp = false;
96 this.description = 'Builds and serves your app, rebuilding on file changes.';
97 }
98 },
99
100 async run(commandOptions) {
101 if (this.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…