quasar serve --history with publicPath: "my-project-folder",
#17590
Unanswered
s-light
asked this question in
General - Components / Directives / etc
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello community,
i think i miss something obviously..
i build my spa with
quasar build
and then try to check the build with
quasar serve --history dist/spa/
but that fails as it tries to access the things from the wrong locations..
and of course - i would have to tell the server somehow that the root is reachable from
my-project-folder/
...is it possible to configure this?
Beta Was this translation helpful? Give feedback.
All reactions