Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6174/comflowyspace
/ preloadBuild
Function
preloadBuild
apps/electron-backend/scripts/esbuild.mjs:11–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
const
preloadBuild =
async
() => {
12
await
esbuild.build({
13
...PreloadBuildConfig
14
})
15
}
16
17
const
rendererBuild =
async
() => {
18
await
esbuild.build({
Callers
1
esbuild.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected