Files
Zero/apps/server
Aj Wazzan 62576c0054 refactor: update environment variable access and clean up sidebar component
- Changed access of NEXT_PUBLIC_APP_URL from global variable to env object.
- Removed unused GoldenTicketModal component from AppSidebar.
- Enhanced AiChatPrompt documentation for clarity on using buildGmailSearchQuery.
- Updated Gmail search query tool description and schema for better understanding.
2025-05-15 17:54:12 -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.