1
0
forked from MTSR/mapserver

fix buildig doc (thanks Juri#8208)

This commit is contained in:
Buckaroo Banzai 2022-11-20 19:33:04 +01:00 committed by GitHub
parent 4fa3f46626
commit 46b5b2ae35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Ubuntu install: https://github.com/golang/go/wiki/Ubuntu
Generate the js bundle for the frontend: Generate the js bundle for the frontend:
``` ```
cd public/js cd public
rollup -c rollup.config.js rollup -c rollup.config.js
``` ```