mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
fix: watch-fs prevents build
This commit is contained in:
parent
9c0c07df97
commit
813d3305e9
2 changed files with 2 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ function startNodeJSWiki() {
|
|||
$tw.boot.argv = [
|
||||
'+plugins/tiddlywiki/filesystem',
|
||||
'+plugins/tiddlywiki/tiddlyweb',
|
||||
'+plugins/linonetwo/watch-fs',
|
||||
homePath,
|
||||
'--listen',
|
||||
`anon-username=${userName}`,
|
||||
|
|
|
|||
|
|
@ -38,8 +38,7 @@
|
|||
"mat/field-value-selector",
|
||||
"linonetwo/opened-tiddlers-bar",
|
||||
"linonetwo/copy-on-select",
|
||||
"linonetwo/prevent-edit",
|
||||
"linonetwo/watch-fs"
|
||||
"linonetwo/prevent-edit"
|
||||
],
|
||||
"themes": [
|
||||
"tiddlywiki/vanilla"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue