X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/3436e82042bd3ca722cc742acd41ea522ce33375..f8150d0d56faa69f436b24c18eef5ec923617e03:/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 });