mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
8 lines
114 B
Go
8 lines
114 B
Go
//go:build !production
|
|
|
|
package bundledassets
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed runtime.debug.js
|
|
var RuntimeJS []byte
|