Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sau authored Apr 22, 2024
1 parent de5ae42 commit 2d7a6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/server/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"redux-mock-store": "^1.5.4"
},
"scripts": {
"//": "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`.",
"//": "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`.p",
"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",
"build": "react-app-rewired --max_old_space_size=8192 build",
Expand Down

0 comments on commit 2d7a6e9

Please sign in to comment.