File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,6 @@ Go to your package directory and run:
2626
2727## Run Tasks
2828
29- To run the dev server for your app, use:
30-
31- ``` sh
32- npx nx serve {package-name}
33- ```
34-
35- To create a production bundle:
36-
37- ``` sh
38- npx nx build {package-name}
39- ```
40-
4129To see all available targets to run for a project, run:
4230
4331``` sh
@@ -162,15 +150,15 @@ You can adjust the composition based on the current development environment (e.g
162150 return {
163151 ' react-maplibre' : {
164152 title: ' React MapLibreMap' ,
165- url: ' https://mapcomponents.github.io/react-map-components-maplibre/' ,
153+ url: ' https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre/ ' ,
166154 },
167155 ' deck-gl' : {
168156 title: ' Deck.gl' ,
169- url: ' https://mapcomponents.github.io/mapcomponents /deck-gl/' ,
157+ url: ' https://mapcomponents.github.io/react-map-components-maplibre /deck-gl/' ,
170158 },
171159 ' ra-geospatial' : {
172160 title: ' React Admin Geospatial' ,
173- url: ' https://mapcomponents.github.io/mapcomponents /ra-geospatial/' ,
161+ url: ' https://mapcomponents.github.io/react-map-components-maplibre /ra-geospatial/' ,
174162 },
175163 };
176164 };
You can’t perform that action at this time.
0 commit comments