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