Skip to content

Commit f0b6d4c

Browse files
committed
Merge remote-tracking branch 'origin/master' into delete-project-data
2 parents c3e2409 + aa1b1fc commit f0b6d4c

File tree

91 files changed

+6956
-723
lines changed

Some content is hidden

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

91 files changed

+6956
-723
lines changed

src/compute/compute/lib/filesystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export async function mountProject({
160160
// modified = ignore any file modified with this many seconds (at least);
161161
// also ignores any file not in the stat cache.
162162
readTrackingFile: readTrackingFile,
163-
readTrackingExclude: [".*", ...exclude],
163+
readTrackingExclude: exclude,
164164
// metadata file
165165
metadataFile,
166166
}));

src/compute/compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
"devDependencies": {
5353
"@types/cookie": "^0.5.1",
5454
"@types/node": "^18.16.14",
55-
"typescript": "^5.2.2"
55+
"typescript": "^5.5.3"
5656
}
5757
}

0 commit comments

Comments
 (0)