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

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>Did Router</title>
<link rel="stylesheet" href="app.css" />
<link rel="stylesheet" href="admin/app.css" />
</head>
<body></body>
</html>

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