feat: add local IPFS bootstrap script and refactor devbox config

This commit is contained in:
Prad Nukala
2024-09-26 14:51:14 -04:00
parent a190e1eac6
commit 6df798f458
23 changed files with 590 additions and 324 deletions
+4 -1
View File
@@ -24,7 +24,10 @@ func NewProxyCmd() *cobra.Command {
e.Logger.SetLevel(log.INFO)
// Configure the server
nebula.UseAssets(e)
if err := nebula.UseAssets(e); err != nil {
e.Logger.Fatal(err)
}
e.GET("/", pages.Home)
e.GET("/allocate", pages.Profile)