chore: switch frameowork and vendor to use console (#242)
Reviewed-on: https://git.infini.ltd/infini/console/pulls/242
This commit is contained in:
parent
a05d017d29
commit
4acbb50acb
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue