mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 11:10:47 +08:00
9 lines
131 B
Go
9 lines
131 B
Go
//go:build production && !debug
|
|
|
|
package runtime
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime_prod_desktop.js
|
|
var RuntimeDesktopJS []byte
|