mirror of
https://github.com/heroblackink/ultimate-todoist-sync-for-obsidian.git
synced 2026-07-22 07:40:27 +00:00
fix: 添加 node:sqlite 到 esbuild external 列表
This commit is contained in:
parent
c14180deb7
commit
abfd8046ad
1 changed files with 2 additions and 1 deletions
|
|
@ -34,10 +34,10 @@ const context = await esbuild.context({
|
|||
"node:assert",
|
||||
"node:async_hooks",
|
||||
"node:buffer",
|
||||
"node:dns",
|
||||
"node:console",
|
||||
"node:crypto",
|
||||
"node:diagnostics_channel",
|
||||
"node:dns",
|
||||
"node:events",
|
||||
"node:fs",
|
||||
"node:http",
|
||||
|
|
@ -46,6 +46,7 @@ const context = await esbuild.context({
|
|||
"node:path",
|
||||
"node:perf_hooks",
|
||||
"node:querystring",
|
||||
"node:sqlite",
|
||||
"node:stream",
|
||||
"node:string_decoder",
|
||||
"node:timers",
|
||||
|
|
|
|||
Loading…
Reference in a new issue