Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ dev-server.mjs
File
dev-server.mjs
scripts/dev-server.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ spawn } from
"node:child_process"
;
2
import
{ readdirSync, statSync, watch } from
"node:fs"
;
3
import
{ join, resolve } from
"node:path"
;
4
import
{ fileURLToPath } from
"node:url"
;
Callers
nothing calls this directly
Calls
3
watchDirectory
Function · 0.85
log
Function · 0.85
start
Function · 0.70
Tested by
no test coverage detected