Wyzie Proxy
Hosting Wyzie Proxy#
Building Wyzie Proxy is easier than breathing, thanks to Nitro. First, clone the repository of Wyzie Proxy using:
git clone https://github.com/itzcozi/wyzie-proxyThen, install all the necessary packages with:
pnpm installAfter all packages are installed, you can build the proxy:
pnpm buildThe output will be generated in the /.output/server folder. If you are deploying to Cloudflare Workers, copy and paste the index.mjs file to the worker; otherwise, you can deploy the files as normal.
