]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - rollup.config.js
Merge remote-tracking branch 'upstream/master'
[nominatim-ui.git] / rollup.config.js
index 8b4bb86f3d2181db7dbad0a694e844117c991458..90da3f7221dfd10eb470f6832295b54e93c37927 100644 (file)
@@ -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
                        });