()
| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…