MCPcopy 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
55async function cli() {
56 try {
57 await build()
58 }
59 catch (e) {
60 console.error(e)
61 process.exit(1)
62 }
63}
64
65export {
66 build,

Callers

nothing calls this directly

Calls 1

buildFunction · 0.85

Tested by

no test coverage detected