I packaged my node application in an .exe with pkg but when I run it with a double click or with a .bat file, the executable opens a console for the app. Is there a possibility to run the .exe without showing any console?
.bat
@echo off
start "" "%~index.exe"
No show de terminal when execute the program