mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-11 22:49:29 +08:00
8 lines
89 B
Go
8 lines
89 B
Go
//go:build production
|
|
|
|
package assetserver
|
|
|
|
func GetDevServerURL() string {
|
|
return ""
|
|
}
|