mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cb2361e9c4
2
src/www
2
src/www
@ -36,7 +36,7 @@ let httpServer;
|
|||||||
|
|
||||||
async function startTrilium() {
|
async function startTrilium() {
|
||||||
const usedPort = await port;
|
const usedPort = await port;
|
||||||
const usedHost = host;
|
const usedHost = await host;
|
||||||
|
|
||||||
app.set('port', usedPort);
|
app.set('port', usedPort);
|
||||||
app.set('host', usedHost);
|
app.set('host', usedHost);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user