For my web application, I am planning to use
- Astro and Vue for my frontend
- Rust for my backend and API
- CockroachDB for database, RustFS for object storage
Is it possible to deploy individual Astro pages and scripts in order to kind of do a microservices workflow, instead of having to redeploy the whole application whenever there's a change to just one page?