1 Open Issue Need Help Last updated: Jul 30, 2025

Open Issues Need Help

View All on GitHub
add host to vite about 1 month ago

AI Summary: The task involves modifying the Vite configuration file (`vite.config.js`) of a Featherless AI chat application to add `'http://localhost:5173'` (or the appropriate Gitpod host) to the `server.allowedHosts` array. This is necessary to allow the development server to run correctly within the Gitpod environment. Rigorous testing is also required after the change.

Complexity: 2/5
bug enhancement help wanted