File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33SCRIPTS_DIR=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
44OUTPUT_DIR=$SCRIPTS_DIR " /../dist"
55WORK_DIR=$SCRIPTS_DIR " /../tmp"
6- BASE_URL=" http://localhost:5500"
6+ BASE_URL=" http://localhost:5500/ "
77
88if compgen -G " data/*.xlsx" > /dev/null; then
99 $SCRIPTS_DIR /generate-rdf-build-miravi.sh $BASE_URL
@@ -14,7 +14,7 @@ if compgen -G "data/*.xlsx" > /dev/null; then
1414
1515 echo " "
1616 echo " "
17- echo " 1. Host RDF files via \" npx http-server $OUTPUT_DIR /output -p 5500 --cors true \" "
17+ echo " 1. Host RDF files via \" npx http-server $OUTPUT_DIR /output -p 5500 --cors\" "
1818 echo " 2. Host Miravi via \" npx http-server $OUTPUT_DIR /docs -p 8080\" "
1919 echo " 3. Browse to http://localhost:8080"
2020else
You can’t perform that action at this time.
0 commit comments