mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Customize web app port
This commit is contained in:
@@ -2,5 +2,5 @@ const { Daemon } = imports.clapper_src.daemon;
|
||||
|
||||
function main()
|
||||
{
|
||||
new Daemon();
|
||||
new Daemon(ARGV[0]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user