MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / buildBack

Function buildBack

gulpfile.js:223–225  ·  view source on GitHub ↗
(done)

Source from the content-addressed store, hash-verified

221/* ------ Build ------ */
222
223function buildBack(done) {
224 execute('npx swc --strip-leading-paths --no-swcrc --config-file swcrc.back.prod.json -d build src', done);
225}
226
227async function buildRenderer() {
228 return esbuild.build({

Callers

nothing calls this directly

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected