Skip to content

Commit b979278

Browse files
committed
Move evals
1 parent e5472d0 commit b979278

File tree

126 files changed

+2432
-5173
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+2432
-5173
lines changed

apps/web-evals/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.next
File renamed without changes.
File renamed without changes.

apps/web-evals/next-env.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/// <reference types="next" />
2+
/// <reference types="next/image-types/global" />
3+
4+
// NOTE: This file should not be edited
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
File renamed without changes.

evals/apps/web/package.json renamed to apps/web-evals/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"@evals/db": "workspace:^",
14-
"@evals/ipc": "workspace:^",
15-
"@evals/types": "workspace:^",
13+
"@roo-code/evals": "workspace:^",
14+
"@roo-code/types": "workspace:^",
1615
"@hookform/resolvers": "^4.1.3",
1716
"@radix-ui/react-alert-dialog": "^1.1.7",
1817
"@radix-ui/react-dialog": "^1.1.6",
@@ -47,8 +46,8 @@
4746
"zod": "^3.24.2"
4847
},
4948
"devDependencies": {
50-
"@evals/eslint-config": "workspace:^",
51-
"@evals/typescript-config": "workspace:^",
49+
"@roo-code/config-eslint": "workspace:^",
50+
"@roo-code/config-typescript": "workspace:^",
5251
"@tailwindcss/postcss": "^4",
5352
"@types/ps-tree": "^1.1.6",
5453
"@types/react": "^19",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)