Skip to content

Commit 8e1afb0

Browse files
authored
ref(server-utils): Remove unneeded orchestrion config (#22384)
Removes the empty `prisma` and `react-router` orchestrion config stubs and their references from `channels.ts`. They were placeholder stubs, but turns out for these we did not need any orchestrion work, so no stubs are needed anymore.
1 parent 4f455ee commit 8e1afb0

4 files changed

Lines changed: 0 additions & 20 deletions

File tree

packages/server-utils/src/orchestrion/channels.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ import { nestjsChannels } from './config/nestjs';
2323
import { openaiChannels } from './config/openai';
2424
import { pgChannels } from './config/pg';
2525
import { postgresJsChannels } from './config/postgres';
26-
import { prismaChannels } from './config/prisma';
27-
import { reactRouterChannels } from './config/react-router';
2826
import { redisChannels } from './config/redis';
2927
import { remixChannels } from './config/remix';
3028
import { tediousChannels } from './config/tedious';
@@ -72,8 +70,6 @@ export const CHANNELS = {
7270
...openaiChannels,
7371
...pgChannels,
7472
...postgresJsChannels,
75-
...prismaChannels,
76-
...reactRouterChannels,
7773
...redisChannels,
7874
...remixChannels,
7975
...tediousChannels,

packages/server-utils/src/orchestrion/config/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ import { nestjsConfig } from './nestjs';
2626
import { openaiConfig } from './openai';
2727
import { pgConfig } from './pg';
2828
import { postgresJsConfig } from './postgres';
29-
import { prismaConfig } from './prisma';
30-
import { reactRouterConfig } from './react-router';
3129
import { redisConfig } from './redis';
3230
import { remixConfig } from './remix';
3331
import { tediousConfig } from './tedious';
@@ -68,8 +66,6 @@ export const SENTRY_INSTRUMENTATIONS: InstrumentationConfig[] = [
6866
...openaiConfig,
6967
...pgConfig,
7068
...postgresJsConfig,
71-
...prismaConfig,
72-
...reactRouterConfig,
7369
...redisConfig,
7470
...remixConfig,
7571
...tediousConfig,

packages/server-utils/src/orchestrion/config/prisma.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/server-utils/src/orchestrion/config/react-router.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)