Tags: middlewarehq/middleware
Tags
Enable Hot-reload for CLI (#659) * add vite-node for hot reload add precheck script to check all the ports are running are not * skip the service start when service is already started * introduce a cli-dev mode in dev * refactor: streamline port conflict checking in precheck
Support for github enterprise server(self hosted github) (#646) * ui: add optional Custom Domain input in GH integration * feat(github): add support for custom GitHub domains in API service * feat(github): validate custom domain input with regex and provide user feedback * feat(github): update GithubApiService to handle optional domain input and set default API URL * feat(github): refactor GitHub domain handling to use centralized utility function * fix(github): update GITHUB_API_URL to use REST API endpoint and add error handling for custom domain retrieval * cleanup and test config * Error Handling