Remove orphaned apps/trust frontend

Compliance portal already embeds and serves the public SPA, so the
old @probo/trust app was unused. Drop its Makefile/CI stubs, Relay
project, CORS port, and the helper that only it imported.

Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-07-22 14:11:51 +02:00
parent a77ada6f27
commit 00f5d0c4ba
92 changed files with 15 additions and 5567 deletions

View File

@@ -4,7 +4,7 @@ import { defineConfig, globalIgnores } from "eslint/config";
// Workspaces that are linted by this root config. Each gets the shared rule
// sets below; everything else is ignored so a bare `eslint .` keeps the same
// scope as the previous per-workspace configs.
const appDirs = ["apps/console/**", "apps/trust/**", "apps/compliance-portal/**"];
const appDirs = ["apps/console/**", "apps/compliance-portal/**"];
const reactDirs = [...appDirs, "packages/ui/**", "packages/relay/**", "packages/routes/**"];
const lintedDirs = [...reactDirs, "packages/eslint-config/**"];
@@ -50,8 +50,8 @@ export default defineConfig([
{
// compliance-portal mutates through the awaitable useMutation bound in
// #/lib/relay/useMutation (over @probo/relay's createUseMutation), never
// react-relay's useMutation directly. Scoped to this app only: console and
// trust still use react-relay's useMutation.
// react-relay's useMutation directly. Scoped to this app only: console
// still uses react-relay's useMutation.
files: ["apps/compliance-portal/**"],
rules: {
"no-restricted-imports": [