mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
9 lines
163 B
Go
9 lines
163 B
Go
//go:build dev || bindings || (!dev && !production && !bindings)
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_dev_desktop.js
|
|
var RuntimeDesktopJS []byte
|