wails/v2/internal/frontend/runtime/runtime_debug_desktop.go

8 lines
132 B
Go

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