Add Telegram OAuth support

This commit is contained in:
Ehco1996
2024-03-01 21:54:24 +08:00
parent 140e843d93
commit 690d2e6ba2
5 changed files with 39 additions and 26 deletions

View File

@@ -5,6 +5,10 @@ BACKEND_DIR = .
all: start-frontend start-backend
build-frontend:
@echo "Building frontend..."
@cd $(FRONTEND_DIR) && npm install && DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build npm run build
# 启动前端开发服务器
start-frontend:
@echo "Starting frontend dev server..."