Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ build.ts
File
build.ts
packages/workflow-engine/scripts/build.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir, rm } from
'node:fs/promises'
2
3
const
ROOT =
new
URL(
'../'
,
import
.meta.url)
4
const
DIST =
new
URL(
'../dist/'
,
import
.meta.url)
Callers
nothing calls this directly
Calls
4
rm
Function · 0.85
mkdir
Function · 0.85
error
Method · 0.65
spawn
Method · 0.45
Tested by
no test coverage detected