Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- `apps/backend`: NestJS REST API Gateway, Controllers, OAuth & Webhook endpoints.
- `apps/frontend`: Next.js 16 (App Router) + React 19 + Tailwind CSS 3 UI.
- `apps/orchestrator`: Temporal Worker for scheduled posting workflows and background activities.
- `apps/crove-sso`: Cloudflare Worker SSO bridge (optional edge fallback).
- `libraries/nestjs-libraries`: Database layer (Prisma), 34+ Social Providers, Email, Notifications, Mastra MCP Server.
- `libraries/helpers`: Runtime branding engine, Fetch wrappers, Subdomain management, Auth helper utilities.
- `libraries/react-shared-libraries`: Reusable React components, translations, UI forms.
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ jobs:
- name: Validate Beta deployment script and compose contract
run: pnpm run validate:beta-deploy

- name: Test SSO Worker (vitest)
run: pnpm run test:sso

# The suites drive the real Prisma client, so the schema must exist in
# the throwaway database first. --skip-generate because the postinstall
# hook already generated the client. No --accept-data-loss: this is an
Expand Down
81 changes: 0 additions & 81 deletions .github/workflows/deploy-sso.yml

This file was deleted.

21 changes: 0 additions & 21 deletions apps/crove-sso/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/crove-sso/src/env.ts

This file was deleted.

219 changes: 0 additions & 219 deletions apps/crove-sso/src/index.ts

This file was deleted.

Loading
Loading