feature/dwn sw js (#1103)

- **feat(macaroon): add  and  to macaroon genesis**
- **refactor: move schema definitions to dedicated file**
- **feat: remove Session model**
- **refactor: move session middleware to internal package**
This commit is contained in:
Prad Nukala
2024-10-02 01:40:49 -04:00
committed by GitHub
parent d62fb30eb8
commit edb109b542
55 changed files with 2472 additions and 543 deletions
+8 -8
View File
@@ -34,21 +34,21 @@
"build:docker": [
"make local-image"
],
"build:motr": [
"build:hway": [
"make nebula",
"make motr"
"make hway"
],
"build:nebula": [
"make nebula"
],
"build:sonrd": [
"make dwn",
"make motr",
"make build"
],
"build": [
"make dwn",
"make motr",
"make build",
"make motr"
"make hway"
],
"gen:proto": [
"make proto-gen"
@@ -59,10 +59,10 @@
"gen:templ": [
"make templ"
],
"start:motr": [
"start:hway": [
"make templ",
"make motr",
"make start-motr"
"make hway",
"make start-hway"
],
"start:testnet": [
"make templ",