mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-11 22:49:29 +08:00
9 lines
107 B
Go
9 lines
107 B
Go
//go:build production
|
|
|
|
package bundledassets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime.js
|
|
var RuntimeJS []byte
|