Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
errhttp404 authored Apr 23, 2024
1 parent de5ae42 commit 25ef0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlflow/server/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"redux-mock-store": "^1.5.4"
},
"scripts": {
"install": "node hello.js",
"//": "IMPORTANT: For compatibility with Windows in MLflow OSS, do NOT inline environment variables in scripts other than `start-web`. Environment variables can instead be set in `mlflow/server/js/scripts/global-setup.js`.",
"start": "react-app-rewired start",
"start-web": "SERVE_WEBAPP=true HIDE_HEADER=true HIDE_EXPERIMENT_LIST=true SHOW_GDPR_PURGING_MESSAGES=true USE_ABSOLUTE_AJAX_URLS=true SHOULD_REDIRECT_IFRAME=true PORT=3001 react-app-rewired start",
Expand Down

0 comments on commit 25ef0d9

Please sign in to comment.