The reason I ask is that I am trying to serve my nyc instrumented folder when running my tests to gain code coverage.
I've been referencing Vue's documentation and I see...
Usage: vue-cli-service serve [options] [entry]
https://cli.vuejs.org/guide/cli-service.html#vue-cli-service-serve
But when I create a copy of src and run...
npx vue-cli-service serve src-copy/main.js
The app boots up with no errors, but it contains a ton of unexpected behavior across the app.
So I'm curious if I'm perhaps missing something in my command? Or is this just something that is not possible.