We've fully transitioned the project runtime from Node/tsx to Bun, streamlining our stack by leveraging Bun's native .env loading and built-in TypeScript support. This migration included a structural reorganization into client/, server/, and shared/ directories, alongside the integration of a unified ESLint and Prettier setup for better code hygiene. These changes simplify our dependency management and local development workflow while ensuring faster startup times across the board. 
