Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fibi66/FeiControl
/ dev-server.cjs
File
dev-server.cjs
scripts/dev-server.cjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ createReadStream, rmSync, statSync } = require(
'node:fs'
);
2
const
http = require(
'node:http'
);
3
const
path = require(
'node:path'
);
4
const
{ spawn } = require(
'node:child_process'
);
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected