FredKSchott / snowpack

ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️
https://www.snowpack.dev
MIT License
19.48k stars 922 forks source link

[FEATURE] Plugin hook to execute command after the server start #3008

Closed aelbore closed 3 years ago

aelbore commented 3 years ago

The problem that you want to solve. A quick, clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Plugin hook to execute any command or code after the server start, in vite they have (configureServer) https://vitejs.dev/guide/api-plugin.html#configureserver

Your take on the correct solution to problem.

Are you willing to submit a pull request to implement this change? Maybe but not familiar with the snowpack codebase

FredKSchott commented 3 years ago