5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00
wails/v2/internal/frontend/runtime/runtime_dev_desktop.go
2022-01-31 21:21:48 +11:00

10 lines
213 B
Go

//go:build dev || bindings || (!dev && !production && !bindings)
// +build dev bindings !dev,!production,!bindings
package runtime
import _ "embed"
//go:embed runtime_dev_desktop.js
var RuntimeDesktopJS []byte