Files
st-react/server/utils/ast/ast_init_test.go
Echo f4e166c5ee 🎉 初始化项目
Signed-off-by: Echo <1711788888@qq.com>
2026-02-27 21:52:00 +08:00

13 lines
208 B
Go

package ast
import (
"path/filepath"
"git.echol.cn/loser/st/server/global"
)
func init() {
global.GVA_CONFIG.AutoCode.Root, _ = filepath.Abs("../../../")
global.GVA_CONFIG.AutoCode.Server = "server"
}