5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:20:48 +08:00
wails/v2/internal/frontend/runtime/runtime_debug_desktop.go

9 lines
132 B
Go

//go:build debug || !production
package runtime
import _ "embed"
//go:embed runtime_debug_desktop.js
var RuntimeDesktopJS []byte