Update build output location

This now places the static web app in the correct location for the v3 back-end code.
This commit is contained in:
Richard Bowman 2024-01-03 20:50:33 +00:00
parent 656e902198
commit 35db80121a
3 changed files with 4 additions and 4 deletions

View file

@ -2,4 +2,4 @@ NODE_ENV=development
VUE_APP_MODE=development
VUE_APP_PLATFORM=web
VUE_APP_TARGET=web
VUE_APP_ENABLE_IMJOY=true
VUE_APP_ENABLE_IMJOY=true

View file

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