Enable cors in laconicd http services (#875)

Reviewed-on: cerc-io/stack-orchestrator#875
Co-authored-by: David Boreham <david@bozemanpass.com>
Co-committed-by: David Boreham <david@bozemanpass.com>
This commit is contained in:
2024-07-15 05:23:18 +00:00
committed by dboreham
parent 17c21464ab
commit 83397bbae4
3 changed files with 53 additions and 2 deletions
@@ -9,4 +9,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
${SCRIPT_DIR}/update-explorer-config.sh
echo "Starting serving explorer"
yarn serve --host
# Force cache re-build because vite is dumb and can't be restarted otherwise
yarn serve --host --force