mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
9 lines
213 B
Go
9 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
|