feature/1126 implement pkl config (#1161)

- **refactor: move marketing pages to**
- **feat: add role select input**
This commit is contained in:
Prad Nukala
2024-11-06 13:32:51 -05:00
committed by GitHub
parent 82ec2664f3
commit d8cb2cbbf6
54 changed files with 854 additions and 431 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import (
"github.com/ipfs/boxo/files"
"github.com/onsonr/sonr/internal/dwn/gen"
"github.com/onsonr/sonr/pkg/nebula/components/vaultindex"
"github.com/onsonr/sonr/pkg/nebula"
)
const (
@@ -24,7 +24,7 @@ var swJSData []byte
// NewVaultDirectory creates a new directory with the default files
func NewVaultDirectory(cnfg *gen.Config) (files.Node, error) {
idxFile, err := vaultindex.BuildFile(cnfg)
idxFile, err := nebula.BuildVaultFile(cnfg)
if err != nil {
return nil, err
}