Add missing vue-config

This commit is contained in:
Kaspar Emanuel 2021-08-17 11:17:26 +01:00
parent dd0b8b9a8b
commit caa6284e7d

3
js/vue.config.js Normal file
View file

@ -0,0 +1,3 @@
module.exports = {
outputDir: '../openflexure_microscope/api/static/dist',
};