()
| 4 | |
| 5 | export 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected