Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tapio/live-server
/ cli.js
File
cli.js
test/cli.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
assert = require(
'assert'
);
2
var
path = require(
'path'
);
3
var
exec = require(
'child_process'
).execFile;
4
var
cmd = path.join(__dirname,
".."
,
"live-server.js"
);
Callers
nothing calls this directly
Calls
1
exec_test
Function · 0.85
Tested by
no test coverage detected