//go:build !debug
package main
func debugLog(string, ...any) {}
func (a *App) JSDebugLog(string) {}
func (a *App) IsDebug() bool {
return false
}