From a54e932e7d75eacdcc5cc11a57b87cc30686467a Mon Sep 17 00:00:00 2001 From: Bertil Chapuis Date: Mon, 14 Oct 2024 16:02:59 +0200 Subject: [PATCH] Fix the import command --- src/pages/documentation/basemap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/documentation/basemap.mdx b/src/pages/documentation/basemap.mdx index 09bb0f5b..6c8ba57c 100644 --- a/src/pages/documentation/basemap.mdx +++ b/src/pages/documentation/basemap.mdx @@ -19,7 +19,7 @@ import Map from '@/components/map'; In order to build the basemap locally, move to the `/basemap` directory and run the following workflow: ```bash -baremaps workflow execute --file=workflow.js +baremaps workflow execute --file=import.js ``` > Note: If you are using Docker, you need to increase the storage allocated to Docker to at least 20GB.