5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 22:49:29 +08:00
wails/v3/internal/assetserver/assetserver_production.go
2023-11-27 20:38:42 +11:00

8 lines
89 B
Go

//go:build production
package assetserver
func GetDevServerURL() string {
return ""
}