mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix(nebula): use bunx for tailwindcss build
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
package proxy
|
||||
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
@@ -12,11 +10,11 @@ func NewProxyCmd() *cobra.Command {
|
||||
Short: "Starts the DWN proxy server for the local IPFS node",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
// Load config
|
||||
c, err := LoadConfig(".")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Printf("Config: %+v", c)
|
||||
// c, err := LoadConfig(".")
|
||||
// if err != nil {
|
||||
// return err
|
||||
// }
|
||||
// log.Printf("Config: %+v", c)
|
||||
startServer()
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user