When development is enabled (which happens automatically if NODE_ENV !== "production"), Shokupan drastically enhances your developer experience by injecting defaults:
Local HTTPS: Autogenerates an SSL Root CA and trusts it in your OS to serve your API cleanly over https://localhost:3000.
Debug Dashboard: Automatically mounts at /dashboard and enables enableMiddlewareTracking.
API Explorer: Automatically mounts at /dashboard/explorer.
AsyncAPI Explorer: Automatically mounts at /dashboard/ws-explorer.
ErrorView: Automatically mounts to provide beautiful HTML stack traces on uncaught exceptions.
You can override TLS auto-generation by providing your own certificates in the tls config block.