#How to compile Deno app to run in tray?

4 messages · Page 1 of 1 (latest)

normal zephyr
#

Is there any possible way to compile Deno application so it runs in tray on startup.
I wrote a small server that launches on startup to run on local network, but I don't want it to show up in taskbar while running, it's distracting and easy to close by mistake.

woven jay
#

Isn't this a matter of your Terminal? What terminal do you use? The Windows CMD, PowerShell, gnome-terminal, konsole, …

normal zephyr
#

@woven jay it launches like this

woven jay