gracile-web / gracile

A thin, full-stack, web framework — Powered by Vite and Lit SSR. Works with Node's HTTP or WHATWG Fetch.
https://gracile.js.org
ISC License
24 stars 1 forks source link

Migrate away from the embedded Express server, embrace pure Vite plugins implementation #5

Closed JulianCataldo closed 1 month ago

JulianCataldo commented 1 month ago

This should not be too difficult, but that will make Gracile a bit less personalized regarding dev/build lifecycle.

Some of the benefits are :

Custom CLI entrypoint will have to be preserved for launching the Vite Runtime when using the server output with user provided server instance (loadable from a file entrypoint option, still undocumented).

JulianCataldo commented 1 month ago

done 🎉

Screenshot 2024-08-06 at 20 08 28 Screenshot 2024-08-06 at 20 07 48