* Get the project's customTasks configuration * * @private * @returns {object[]} CustomTasks configuration
()
| 176 | * @returns {object[]} CustomTasks configuration |
| 177 | */ |
| 178 | getCustomTasks() { |
| 179 | return this._config.builder?.customTasks || []; |
| 180 | } |
| 181 | |
| 182 | /** |
| 183 | * Get the project's customMiddleware configuration |