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

Function watchBack

gulpfile.js:198–200  ·  view source on GitHub ↗
(done)

Source from the content-addressed store, hash-verified

196/* ------ Watch ------ */
197
198function watchBack(done) {
199 execute('npx swc --strip-leading-paths --no-swcrc --config-file swcrc.back.dev.json --source-maps true -d build src --watch', done);
200}
201
202async function watchRenderer() {
203 const ctx = await esbuild.context({

Callers

nothing calls this directly

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected