Files
Zero/apps/server
Dak Washbrook 11d3ef644b Refactor error handling and remove unnecessary logs
Removed redundant logging statements to improve code clarity and maintainability. Also added signOut call in deleteActiveConnection to ensure proper cleanup of user sessions.
2025-05-08 22:45:05 -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.