feature: Adds basic backend starting for sshappbackend.
This commit is contained in:
parent
a35602a6f2
commit
ede4d528aa
8 changed files with 434 additions and 23 deletions
8
backend/sshappbackend/local-code/fs.go
Normal file
8
backend/sshappbackend/local-code/fs.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed remote-bin
|
||||
var binFiles embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue