From 7f2f57025e70f402fab292222d2b91a0b06c5780 Mon Sep 17 00:00:00 2001 From: Teo Koon Peng Date: Fri, 18 Oct 2024 05:58:43 +0000 Subject: [PATCH] update docs Signed-off-by: Teo Koon Peng --- packages/rmf-dashboard-framework/docs/getting-started.md | 5 +++-- pnpm-lock.yaml | 3 --- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/packages/rmf-dashboard-framework/docs/getting-started.md b/packages/rmf-dashboard-framework/docs/getting-started.md index 4497c7d2e..410df5982 100644 --- a/packages/rmf-dashboard-framework/docs/getting-started.md +++ b/packages/rmf-dashboard-framework/docs/getting-started.md @@ -105,8 +105,9 @@ The `layout` property defines the position and size of a MicroApp, the screen is You shouldn't need to do this for local testing, but for reference, the example uses vite, an optimized production build can be created with + ```bash -# cd +# cd pnpm vite build ``` @@ -114,5 +115,5 @@ There is no dev server for a production build, you will need a web server to acc ```bash # not recommended in production! -pnpx serve -s build +pnpx serve -s dist ``` diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e26c1bf9f..a21fdae1e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -261,9 +261,6 @@ importers: specifier: ^0.166.1 version: 0.166.1 devDependencies: - '@babel/core': - specifier: ^7.18.6 - version: 7.25.2 '@storybook/addon-essentials': specifier: ^8.3.3 version: 8.3.3(storybook@8.3.3)