mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
Merge pull request #20989 from ricardoasmarques/wip-npm-start
mgr/dashboard: Improve `npm start` script Reviewed-by: Tiago Melo <tmelo@suse.com>
This commit is contained in:
commit
ebd78796e7
@ -45,7 +45,7 @@ Setting up a Development Server
|
||||
|
||||
Create the ``proxy.conf.json`` file based on ``proxy.conf.json.sample``.
|
||||
|
||||
Run ``npm start -- --proxy-config proxy.conf.json`` for a dev server.
|
||||
Run ``npm start`` for a dev server.
|
||||
Navigate to ``http://localhost:4200/``. The app will automatically
|
||||
reload if you change any of the source files.
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "ng serve --delete-output-path false --proxy-config proxy.conf.json",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
|
Loading…
Reference in New Issue
Block a user