Move transformers.js model cache under the data root

This commit is contained in:
Cohee
2024-08-16 11:59:41 +00:00
parent 24a283c724
commit c2057da348
3 changed files with 46 additions and 14 deletions

5
index.d.ts vendored
View File

@ -9,6 +9,11 @@ declare global {
};
}
}
/**
* The root directory for user data.
*/
var DATA_ROOT: string;
}
declare module 'express-session' {