feat(vault): introduce assembly of the initial vault

This commit is contained in:
Prad Nukala
2024-10-07 10:24:30 -04:00
parent e424faaba2
commit ab476712af
3 changed files with 56 additions and 51 deletions
+1 -1
View File
@@ -299,7 +299,6 @@ sh-testnet: mod-tidy
hway:
@echo "(motr) Building Highway gateway"
templ generate
go build -o ./build/hway ./cmd/hway
motr:
@@ -313,6 +312,7 @@ templ:
nebula:
@echo "(nebula) Building nebula"
cd pkg/nebula && bun run build
templ generate
pkl:
@echo "(pkl) Building PKL"