This commit is contained in:
root 2024-10-17 23:46:30 +08:00
parent a23c4db37d
commit ca2e986e05
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,6 +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"
)