mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 桌面端内核进程使用随机端口 https://github.com/siyuan-note/siyuan/issues/4952
This commit is contained in:
parent
618470091c
commit
81ecec5a0f
1 changed files with 0 additions and 1 deletions
|
|
@ -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('-')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue