Skip to content

Commit e99a9c4

Browse files
fix: update Remix version refs in docs and regenerate lockfile
Co-Authored-By: Eric Allam <eallam@icloud.com>
1 parent 1d0a263 commit e99a9c4

File tree

4 files changed

+121
-60
lines changed

4 files changed

+121
-60
lines changed

.cursor/rules/webapp.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ globs: apps/webapp/**/*.tsx,apps/webapp/**/*.ts
44
alwaysApply: false
55
---
66

7-
The main trigger.dev webapp, which powers it's API and dashboard and makes up the docker image that is produced as an OSS image, is a Remix 2.1.0 app that uses an express server, written in TypeScript. The following subsystems are either included in the webapp or are used by the webapp in another part of the monorepo:
7+
The main trigger.dev webapp, which powers it's API and dashboard and makes up the docker image that is produced as an OSS image, is a Remix 2.17.4 app that uses an express server, written in TypeScript. The following subsystems are either included in the webapp or are used by the webapp in another part of the monorepo:
88

99
- `@trigger.dev/database` exports a Prisma 6.14.0 client that is used extensively in the webapp to access a PostgreSQL instance. The schema file is [schema.prisma](mdc:internal-packages/database/prisma/schema.prisma)
1010
- `@trigger.dev/core` is a published package and is used to share code between the `@trigger.dev/sdk` and the webapp. It includes functionality but also a load of Zod schemas for data validation. When importing from `@trigger.dev/core` in the webapp, we never import the root `@trigger.dev/core` path, instead we favor one of the subpath exports that you can find in [package.json](mdc:packages/core/package.json)

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ User API call -> Webapp routes -> Services -> RunEngine -> Redis Queue -> Superv
9292

9393
### Apps
9494

95-
- **apps/webapp**: Remix 2.1.0 app - main API, dashboard, orchestration. Uses Express server.
95+
- **apps/webapp**: Remix 2.17.4 app - main API, dashboard, orchestration. Uses Express server.
9696
- **apps/supervisor**: Manages task execution containers (Docker/Kubernetes).
9797

9898
### Public Packages

apps/webapp/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Webapp
22

3-
Remix 2.1.0 app serving as the main API, dashboard, and orchestration engine. Uses an Express server (`server.ts`).
3+
Remix 2.17.4 app serving as the main API, dashboard, and orchestration engine. Uses an Express server (`server.ts`).
44

55
## Verifying Changes
66

0 commit comments

Comments
 (0)