70582d063e
## Summary This PR adds function build support to the `twenty dev` command, enabling tree-shaken production builds of serverless functions during development with Vite's incremental build capabilities. ## Changes ### New Features - **Function building in dev mode**: Serverless functions are now compiled to tree-shaken bundles in `.twenty/functions/` during development - **Automatic restart on entry point changes**: When functions are added or removed, the watcher automatically restarts with the new configuration - **Function entry point logging**: Dev mode now displays detected function entry points with their names and paths