I attempted to integrate Vite.js into our AEM project setup. However, during implementation, I encountered a significant architectural concern. Vite.js requires overriding the default client libraries, which typically reside under /libs. To make it work, it suggests moving or overriding these client...