sesamy-cli/pkg/config/config.go
2024-03-14 14:00:52 +01:00

10 lines
230 B
Go

package config
type Config struct {
Google Google `yaml:"google"`
// https://github.com/gzuidhof/tygo
Typescript Typescript `yaml:"typescript"`
// https://github.com/gzuidhof/tygo
Tagmanager Tagmanager `yaml:"tagmanager"`
}