Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cn-docs/vueuse
/ cli
Function
cli
scripts/build.ts:55–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
async
function
cli() {
56
try {
57
await
build()
58
}
59
catch (e) {
60
console.error(e)
61
process.exit(1)
62
}
63
}
64
65
export
{
66
build,
Callers
nothing calls this directly
Calls
1
build
Function · 0.85
Tested by
no test coverage detected