mirror of
https://github.com/NLnetLabs/routinator.git
synced 2024-05-19 06:50:04 +00:00
5b7d38526b
This PR switches to using version 0.4.0 of the Routinator UI. It also changes the way we import the UI into Routinator by simply including the built assets in the contrib/ui directory and updating them if necessary. The PR also imports the mechanism to collect assets and provide them to the HTTP server from the now deprecated routinator-ui crate.
This directory contains data from external projects imported into this repository for convenience.
Currently, these are:
ui
– Routinator UI
Project: https://github.com/NLnetLabs/routinator-ui
Included version: 0.4.0
Import with:
yarn build --base /ui
cp -r public/* $ROUTINATOR/contrib/ui