cache/src/save.ts

4 lines
54 B
TypeScript
Raw Normal View History

2024-01-10 15:36:58 +00:00
import { saveRun } from "./saveImpl";
2024-01-10 15:36:58 +00:00
saveRun(true);