Files
BordroRobot/app/build/runtime/compiled.go
2024-03-26 10:55:22 +03:00

10 lines
133 B
Go

package runtime
import _ "embed"
//go:embed runtime.js
var RuntimeJS []byte
//go:embed runtime.debug.js
var RuntimeDebugJS []byte