chore: switch frameowork and vendor to use console (#242)

Reviewed-on: https://git.infini.ltd/infini/console/pulls/242
This commit is contained in:
medcl 2023-11-25 09:57:35 +08:00
parent a05d017d29
commit 4acbb50acb
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ APP_STATIC_FOLDER := .public
APP_STATIC_PACKAGE := public
APP_UI_FOLDER := ui
APP_PLUGIN_FOLDER := plugin
FRAMEWORK_BRANCH := console
FRAMEWORK_VENDOR_BRANCH := console
# GO15VENDOREXPERIMENT="1" GO111MODULE=off easyjson -all domain.go
include ../framework/Makefile