Skip to content

Commit

Permalink
bring skywire-visor.go back
Browse files Browse the repository at this point in the history
  • Loading branch information
alexadhy committed Oct 23, 2021
1 parent 7b24ce6 commit 347f774
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cmd/skywire-visor/skywire-visor.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
skywire visor
*/
package main

import (
"embed"

"github.com/skycoin/skywire/cmd/skywire-visor/commands"
)

//go:embed static
var uiAssets embed.FS

func main() {
commands.Execute(uiAssets)
}

0 comments on commit 347f774

Please sign in to comment.