TidGi-Desktop/scripts
linonetwo acced7d685 fix: copy tiddlywiki/core-server to packaged output
TiddlyWiki 5.4.0-prerelease introduced core-server/ directory which contains
commander.js (module-type: global). Without it, \.Commander is undefined
when load-modules.js startup runs \.Commander.initCommands(), crashing the
wiki worker with 'Cannot read properties of undefined (reading initCommands)'.

core-server is loaded by boot.js via loadPluginFolder(\.boot.coreServerPath),
which silently returns null when the directory is missing, so the error was
non-obvious and only manifested when actually starting a wiki workspace.
2026-04-02 01:21:03 +08:00
..
afterPack.ts fix: copy tiddlywiki/core-server to packaged output 2026-04-02 01:21:03 +08:00
beforeAsar.ts
compilePlugins.mjs Fix workspaceID case bug, esbuild outbase, autocomplete panel re-render, VIEW_LOADED handler, streaming status polling, and increase executeInBrowserView timeout for E2E stability. All 52 scenarios pass 2026-02-21 12:36:58 +08:00
developmentMkdir.ts Fix/misc bug (#677) 2026-01-20 11:11:28 +08:00
start-e2e-app.ts Fix/misc bug (#679) 2026-01-26 02:43:27 +08:00
startMockOpenAI.ts Feat/allow watch fs change on git sync 2025-10-31 02:00:40 +08:00
trimDugite.ts chore: Trim unused git commands from dugite to reduce package size 2025-12-07 13:31:59 +08:00