added pnpm, vite, and typescript support

This commit is contained in:
2025-03-27 21:35:17 -05:00
parent 30683d268d
commit 52ac0566fd
12 changed files with 1071 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"github.com/wailsapp/wails/v2/pkg/options/windows"
)
//go:embed all:frontend
//go:embed all:frontend/dist
var assets embed.FS
func main() {