-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
type/improveSomething existing is made better, does not affect the interface (example: better error message)Something existing is made better, does not affect the interface (example: better error message)
Description
Currently the presence of an app
module causes pumpkins to not scaffold a default one wherein the server is started.
A more gradual approach and module presence for server auto-start would be reflecting on how the API has been used. If server start has been called, then don't. If it has, then do.
Furthermore, it would be nice if this part of the API could literally be hidden from the user under normal circumstances.
Metadata
Metadata
Assignees
Labels
type/improveSomething existing is made better, does not affect the interface (example: better error message)Something existing is made better, does not affect the interface (example: better error message)