Files
Zero/apps/server
Dak Washbrook cd65023230 Enable X-Zero-Redirect header support in server responses.
Added `X-Zero-Redirect` to both allowed and exposed headers in CORS configuration to ensure it can be utilized by the client. Removed an unnecessary TRPC error throw related to connection authorization for cleaner response handling.
2025-05-11 23:11:03 -07:00
..

server

To install dependencies:

bun install

To run:

bun dev

This project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.