mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: implement templ forms for consent privacy, credential assert, credential register, and profile details
This commit is contained in:
+11
-11
@@ -35,32 +35,32 @@
|
||||
"make local-image"
|
||||
],
|
||||
"build:hway": [
|
||||
"make nebula",
|
||||
"make hway"
|
||||
"make build-nebula",
|
||||
"make build-hway"
|
||||
],
|
||||
"build:nebula": [
|
||||
"make nebula"
|
||||
"make build-nebula"
|
||||
],
|
||||
"build:motr": [
|
||||
"make motr"
|
||||
"make build-motr"
|
||||
],
|
||||
"build:sonrd": [
|
||||
"make motr",
|
||||
"make build-motr",
|
||||
"make build"
|
||||
],
|
||||
"build": [
|
||||
"make motr",
|
||||
"make build-motr",
|
||||
"make build",
|
||||
"make hway"
|
||||
"make build-hway"
|
||||
],
|
||||
"gen:proto": [
|
||||
"make proto-gen"
|
||||
],
|
||||
"gen:pkl": [
|
||||
"make pkl"
|
||||
"make gen-pkl"
|
||||
],
|
||||
"gen:templ": [
|
||||
"make templ"
|
||||
"make gen-templ"
|
||||
],
|
||||
"start": [
|
||||
"process-compose up -f ./deploy/process-compose.yaml"
|
||||
@@ -72,8 +72,8 @@
|
||||
"make sh-testnet"
|
||||
],
|
||||
"start:hway": [
|
||||
"make nebula",
|
||||
"make hway",
|
||||
"make build-nebula",
|
||||
"make build-hway",
|
||||
"./build/hway start"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user