Support front end deployment

This commit is contained in:
2026-04-02 00:53:25 -04:00
parent 36629ab436
commit 55b37e5156
5 changed files with 63 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
build:
trunk build --release
trunk build --release --public-url ./admin/
install: build
mkdir -p /var/www/did_router
cp dist/* /var/www/did_router/
@@ -9,4 +9,4 @@ uninstall:
clean:
trunk clean
cargo clean
cargo clean