MCPcopy Create free account
hub / github.com/codediodeio/sveltefire / writeBundle

Function writeBundle

example/rollup_start_dev.js:6–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export default {
6 writeBundle() {
7 if (!running_dev_server) {
8 running_dev_server = true;
9 child_process.spawn('npm', ['run', 'start:dev'], { stdio: ['ignore', 'inherit', 'inherit'], shell: true });
10 }
11 }
12};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected