You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cd $(FRONTEND_DIR) && BUILD_TIME=$$(TZ=Asia/Shanghai date '+%Y-%m-%d %H:%M:%S') && echo "Build time: $$BUILD_TIME" && DISABLE_ESLINT_PLUGIN='true' VITE_REACT_APP_VERSION=$(cat VERSION) bun run build
start-backend:
@echo "Starting backend dev server..."
@cd $(BACKEND_DIR) && BUILD_TIME=$$(TZ=Asia/Shanghai date '+%Y-%m-%d %H:%M:%S') && go run -ldflags "-X 'github.com/QuantumNous/new-api/common.BuildTime=$$BUILD_TIME'" main.go &