(builder)
| 370 | buildApp: { |
| 371 | order: 'post', |
| 372 | async handler(builder) { |
| 373 | const { startConfig } = getConfig() |
| 374 | await postServerBuild({ builder, startConfig }) |
| 375 | }, |
| 376 | }, |
| 377 | }, |
| 378 | // Server function plugin handles: |
no test coverage detected