diff --git a/js/vue.config.js b/js/vue.config.js new file mode 100644 index 00000000..87a775fa --- /dev/null +++ b/js/vue.config.js @@ -0,0 +1,3 @@ +module.exports = { + outputDir: '../openflexure_microscope/api/static/dist', +};