Livewire on Vapor

I’m breaking my head getting Livewire to work on Vapor.

When editing a LiveWire form I get a 500 error, with the message The "src/App/Http/Livewire/" directory does not exist.

Locally it works.

I’ve added 'php artisan livewire:discover' to the build steps, and this does not solve the issue.