Files
harmony/fleet/harmony-fleet-operator/dev.sh

18 lines
852 B
Bash

#!/bin/bash
export BASE_URL=http://localhost:18080
export HARMONY_SSO_ZITADEL_BASE=https://sso-stg.cb1.nationtech.io
export HARMONY_SSO_CLIENT_ID=372626218874372917
export HARMONY_SSO_SCOPE="openid profile email"
export HARMONY_SSO_LOGOUT_REDIRECT_URI="http://localhost:18080/"
export HARMONY_COOKIE_KEY_B64=6eKVpj88jwIcmaJajPfohdaIXhSPlfYCrHaOfymTcIWBAIadvhg7NHpMo5vPSMy90vac3cq2liWe1naSgkbaYg==
export HARMONY_SSO_TRUSTED_AUDIENCES=371639797493596981,371683318111994677,372626218874372917,371639797157987125
export BASE_URL=http://localhost:18080
export RUST_LOG=debug
cargo watch -- cargo run -p harmony-fleet-operator --features web-frontend -- serve-web \
--mock \
--css-from ./style/dist/tailwind.css \
--live-reload &
tailwindcss --input style/input.css --output style/dist/tailwind.css --watch