openflexure-microscope-server/webapp/vue.config.js
Richard Bowman 35db80121a Update build output location
This now places the static web app in the correct location for the v3 back-end code.
2024-01-03 20:50:33 +00:00

3 lines
81 B
JavaScript

module.exports = {
outputDir: "../src/openflexure_microscope_server/static"
};