5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 23:39:21 +08:00
wails/v2/internal/frontend/runtime/runtime_debug_desktop.go
2021-08-18 22:12:00 +10:00

9 lines
121 B
Go

//go:build debug && desktop
package runtime
import _ "embed"
//go:embed runtime_debug_desktop.js
var RuntimeJS []byte