fix ignoring static/data files, except .bin #21

Merged
OrdisPrime merged 11 commits from main into main 2023-06-14 07:25:36 -07:00
Showing only changes of commit f1151b1b0c - Show all commits

View File

@ -25,3 +25,7 @@ export interface Session {
freePrivate: number;
fullReset: number;
}
export interface FindSessionRequest {
[key: string]: any;
}