feat: add desktop build using wails

This commit is contained in:
2024-11-16 02:34:07 +07:00
parent f2c0ab0945
commit a07c72974f
69 changed files with 1603 additions and 137 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"testing"
"rul.sh/vaulterm/db"
"rul.sh/vaulterm/server/db"
)
func TestMain(m *testing.M) {
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/gofiber/fiber/v2"
"github.com/stretchr/testify/assert"
"rul.sh/vaulterm/app"
"rul.sh/vaulterm/server/app"
)
type HTTPTest struct {