Skip to content

Commit 066ca41

Browse files
chore: remove leftover design doc and PhotoRec recovery files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dd8f5c9 commit 066ca41

3 files changed

Lines changed: 38 additions & 35 deletions

File tree

apps/docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/web/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/web/wrangler.jsonc

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
{
2-
"name": "linkden-linkden-nathanialhenniges",
3-
"main": ".open-next/worker.js",
4-
"compatibility_date": "2026-03-10",
5-
"compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
6-
"assets": {
7-
"directory": ".open-next/assets",
8-
"binding": "ASSETS",
9-
"not_found_handling": "none",
10-
"html_handling": "auto-trailing-slash",
11-
"run_worker_first": false
12-
},
13-
"vars": {
14-
"NEXT_PUBLIC_SERVER_URL": "http://localhost:3000",
15-
"CORS_ORIGIN": "http://localhost:3001",
16-
"BETTER_AUTH_SECRET": "fzphXtrCi8tyveYzHpWQosAQ7ulpJCtm",
17-
"BETTER_AUTH_URL": "http://localhost:3000"
18-
},
19-
"r2_buckets": [
20-
{
21-
"binding": "IMAGES_BUCKET",
22-
"bucket_name": "linkden-images-nathanialhenniges",
23-
"preview_bucket_name": "linkden-images-nathanialhenniges"
24-
}
25-
],
26-
"d1_databases": [
27-
{
28-
"binding": "DB",
29-
"database_id": "linkden-database-nathanialhenniges",
30-
"database_name": "linkden-database-nathanialhenniges",
31-
"migrations_dir": "../../packages/db/src/migrations",
32-
"preview_database_id": "linkden-database-nathanialhenniges"
33-
}
34-
]
2+
"name": "linkden-linkden-nathanialhenniges",
3+
"main": ".open-next/worker.js",
4+
"compatibility_date": "2026-03-10",
5+
"compatibility_flags": [
6+
"nodejs_compat",
7+
"global_fetch_strictly_public"
8+
],
9+
"assets": {
10+
"directory": ".open-next/assets",
11+
"binding": "ASSETS",
12+
"not_found_handling": "none",
13+
"html_handling": "auto-trailing-slash",
14+
"run_worker_first": false
15+
},
16+
"vars": {
17+
"NEXT_PUBLIC_SERVER_URL": "http://localhost:3000",
18+
"CORS_ORIGIN": "http://localhost:3001",
19+
"BETTER_AUTH_SECRET": "fzphXtrCi8tyveYzHpWQosAQ7ulpJCtm",
20+
"BETTER_AUTH_URL": "http://localhost:3000"
21+
},
22+
"r2_buckets": [
23+
{
24+
"binding": "IMAGES_BUCKET",
25+
"bucket_name": "linkden-images-nathanialhenniges",
26+
"preview_bucket_name": "linkden-images-nathanialhenniges"
27+
}
28+
],
29+
"d1_databases": [
30+
{
31+
"binding": "DB",
32+
"database_id": "linkden-database-nathanialhenniges",
33+
"database_name": "linkden-database-nathanialhenniges",
34+
"migrations_dir": "../../packages/db/src/migrations",
35+
"preview_database_id": "linkden-database-nathanialhenniges"
36+
}
37+
]
3538
}

0 commit comments

Comments
 (0)