Files
BordroRobot/app/build/runtime/compiled.go
Hüseyin bd08898bf1 merge
2026-06-16 09:07:10 +03:00

10 lines
142 B
Go

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