My contributions to Edgio npm packages in the last 2 weeks

Shipped a new integration
Improved Developer Experience
Another two weeks of contribution to @Edgio packages, and what we have enabled now with @EdgioAppOps is 👇🏻


1. 0 config integration for @vuejs 3 (@vite_js) apps!
`edgio init --connector=@edgio/vue-3` takes care of everything, from developement (edgio dev) to deployment (edgio deploy).


2. Adding support for @unjsio's Nitro with 0 additional configuration required!
`edgio init --connector=@edgio/nitropack` enables you to build, preview and deploy your Nitro apps with Edgio with a single command!


3. Adding support for @hexojs with 0 additional configuration required! Get your hexo project running in production blindly by running `edgio init --connector=@edgio/hexo && edgio deploy`.


4. Improved support for @nuxt_js (Nuxt 2)'s typescript projects. Now both nuxt.config.js and nuxt.config.ts are included in deployments to invoke desired configurations seamlessly on SSR requests.


5. Supporting pathPrefix configuration by @GatsbyJS by just adding `pathPrefix: true` inside edgio.config.js in your project. Deploy hassle-free with `edgio deploy`.