Closed pfeodrippe closed 2 years ago
@pfeodrippe, I recently added https://github.com/djblue/portal/commit/0dfe3425cc10671285c709decde97173cb863059 to allow users to disable the launcher with {:launcher false}
. It will be part of the next release.
@pfeodrippe, I recently added 0dfe342 to allow users to disable the launcher with
{:launcher false}
. It will be part of the next release.
Oh nice!! This is why your gist in Clojurians for Portal in Clerk wasn’t working ahahahahahaha sorry, man.
Keep the good work, don’t forget to take some good breaks
Am I able to start Portal without a UI?
For example, a
p/open
that does not open a window, it just starts the server (so I can link later somewhere using the newp/url
function), returning the usual Portal object (p/start
returns a map).