Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into delete-project-data
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldschilly committed Jul 7, 2024
2 parents c3e2409 + aa1b1fc commit f0b6d4c
Show file tree
Hide file tree
Showing 91 changed files with 6,956 additions and 723 deletions.
2 changes: 1 addition & 1 deletion src/compute/compute/lib/filesystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export async function mountProject({
// modified = ignore any file modified with this many seconds (at least);
// also ignores any file not in the stat cache.
readTrackingFile: readTrackingFile,
readTrackingExclude: [".*", ...exclude],
readTrackingExclude: exclude,
// metadata file
metadataFile,
}));
Expand Down
2 changes: 1 addition & 1 deletion src/compute/compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/node": "^18.16.14",
"typescript": "^5.2.2"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit f0b6d4c

Please sign in to comment.