This commit is contained in:
root 2024-11-12 13:11:46 +08:00
parent 7a3d9cc335
commit 02edfda6a3

View File

@ -12,4 +12,7 @@ import (
func main() { print(ice.Run()) }
func init() { ice.Info.NodeMain = "web.team.production.portal" }
func init() {
ice.Info.NodeMain = "web.team.production.portal"
ice.Info.CodeMain = "src/operation/portal.go"
}