MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / buildMain

Function buildMain

scripts/build.js:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17async function buildMain() {
18 console.log(Chalk.blueBright("Building main..."))
19
20 const mainPath = Path.join(__dirname, "..", "src", "main")
21 return await compileTs(mainPath)
22}
23
24FileSystem.rmSync(Path.join(__dirname, "..", "build"), {
25 recursive: true,

Callers 1

build.jsFile · 0.85

Calls 2

joinMethod · 0.80
logMethod · 0.45

Tested by

no test coverage detected