mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
9 lines
114 B
Go
9 lines
114 B
Go
//go:build !production
|
|
|
|
package bundledassets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime.debug.js
|
|
var RuntimeJS []byte
|