mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952
This commit is contained in:
@@ -530,7 +530,6 @@ const initKernel = (initData) => {
|
||||
cmds.push('--resident', 'false')
|
||||
if (isDevEnv) {
|
||||
cmds.push('--mode', 'dev')
|
||||
cmds.push('--port', '6806')
|
||||
}
|
||||
if (initData) {
|
||||
const initDatas = initData.split('-')
|
||||
|
||||
Reference in New Issue
Block a user