We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
live-server app --port=3000 --mount=/dd-trace:./node_modules/dd-trace/dist --mount=/env:./.env
dd-trace/dd-trace.min.js doesn't load since there is no dist folder in the [email protected] package in node_modules.
dd-trace/dd-trace.min.js
dist
The text was updated successfully, but these errors were encountered:
in file browser/http/package.json use lib dd-trace with vesion "^0.23.0"
"dependencies": { "dd-trace": "^0.23.0", "live-server": "^1.2.1" }
Sorry, something went wrong.
No branches or pull requests
live-server app --port=3000 --mount=/dd-trace:./node_modules/dd-trace/dist --mount=/env:./.env
dd-trace/dd-trace.min.js
doesn't load since there is nodist
folder in the [email protected] package in node_modules.The text was updated successfully, but these errors were encountered: