7b3ffe040b
* A bunch of changes to the config file: - No more default export, the config is exported via the `config` named export - `handleError` is moved to a separate named export - Added the ability to include additional packages (e.g. wrangler) that aren’t included by default (think CLI usage) - More reliably install packages in dev - The config is now built first instead of directly imported, meaning we can now support typescript config files (`trigger.config.ts`) * Update to trigger.config.ts in `trigger.dev init`