Files

9 lines
132 B
Go
Raw Permalink Normal View History

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