personal-website/apps/appCtx/appContext.go

9 lines
184 B
Go
Raw Permalink Normal View History

package appCtx
2023-07-22 15:55:23 +00:00
//TODO to websiteapp package
type AppContext struct {
IsMobile bool `json:"isMobile"`
BundlePath string `json:"bundlePath"`
RunPath string `json:"runPath"`
}