Welcome to the Universal API repository!
This repository serves as a central hub for linking your various APIs (such as your comix-api) and routing requests.
First, install the dependencies:
npm installThen, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
/api: The root entrypoint. It acts as a proxy template to forward requests based on target parameters (e.g.?target=comix).
For now, the project is a clean slate. You should link this repository to your preferred hosting provider (like Vercel) when you are ready to deploy your universal API router.
Note: All legacy scraper tests and deployments have been purged from the main branch to give you a pristine starting point.