MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / compileProto

Function compileProto

vmm/ui/build.mjs:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153}
154
155async function compileProto() {
156 await run('bash', [path.join(ROOT, 'scripts', 'build_proto.sh')]);
157}
158
159async function compileTypeScript() {
160 await fs.rm(TS_OUT_DIR, { recursive: true, force: true });

Callers 1

buildFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected