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