dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 796 forks source link

Is it possible to run a script as soon as the server is listening? #1689

Open prxg22 opened 1 year ago

prxg22 commented 1 year ago

Hello, I'm trying to implement the new Remix development server, and I need to call the broadcastDevReady function as soon as the server is being executed. Is it possible to do this using serverless-offline plugin? Thank you in advance for your help!