This commit is contained in:
root 2024-10-17 23:46:21 +08:00
parent 2d42f20fc4
commit 52ec78ba49
2 changed files with 4 additions and 1 deletions

View File

@ -10,3 +10,5 @@ import (
)
func main() { print(ice.Run()) }
func init() { ice.Info.NodeMain = "web.team.guanlixitong.portal" }

View File

@ -1,7 +1,8 @@
package main
import (
_ "shylinux.com/x/community/src/renzhengshouquan"
_ "shylinux.com/x/ice/devops"
_ "shylinux.com/x/mysql-story/src/db/mysql"
_ "shylinux.com/x/community/src/renzhengshouquan"
)