mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: support sse
This commit is contained in:
parent
e88a225f3b
commit
b5534a0bb8
9 changed files with 111 additions and 11 deletions
|
|
@ -12,7 +12,7 @@ const tsconfigPath = path.join(__dirname, '../tsconfig.json');
|
|||
const sourceFolder = '../src/services/wiki/plugin/ipcSyncAdaptor';
|
||||
await esbuild.build({
|
||||
logLevel: 'info',
|
||||
entryPoints: [path.join(__dirname, sourceFolder, 'index.ts')],
|
||||
entryPoints: [path.join(__dirname, sourceFolder, 'ipc-syncadaptor.ts')],
|
||||
bundle: true,
|
||||
// use node so we have `exports`, otherwise `module.adaptorClass` in $:/core/modules/startup.js will be undefined
|
||||
platform: 'node',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue