hmn/src/config/jsconfig.go

8 lines
102 B
Go
Raw Normal View History

2022-09-17 21:21:58 +00:00
//go:build js
package config
var Config = HMNConfig{
BaseUrl: "https://handmade.network",
}