From 4acbb50acbf88f2723635c721896f678ee859399 Mon Sep 17 00:00:00 2001 From: medcl Date: Sat, 25 Nov 2023 09:57:35 +0800 Subject: [PATCH] chore: switch frameowork and vendor to use console (#242) Reviewed-on: https://git.infini.ltd/infini/console/pulls/242 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index eb29e594..08f3718e 100755 --- a/Makefile +++ b/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