(done)
| 196 | /* ------ Watch ------ */ |
| 197 | |
| 198 | function 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 | |
| 202 | async function watchRenderer() { |
| 203 | const ctx = await esbuild.context({ |