X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/3436e82042bd3ca722cc742acd41ea522ce33375..334237778713f039f8d079251578b4c8f9b20645:/rollup.config.js diff --git a/rollup.config.js b/rollup.config.js index 6f602dd..90da3f7 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -17,7 +17,7 @@ function serve() { return { writeBundle() { if (server) return; - server = require('child_process').spawn('yarn', ['start', '--dev'], { + server = require('child_process').spawn('yarn', ['start', '-d'], { stdio: ['ignore', 'inherit', 'inherit'], shell: true });