UNPKG
create-serve
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.0
0.0.0
🍛 Ultralight http server with live reload. [CLI + API]
github.com/nativew/serve
nativew/serve
create-serve
/
src
/
bin.js
7 lines
(4 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
import
{ start }
from
'./index.js'
;
const
root = process.
argv
[
2
];
start
({
live
:
false
, root });