cache/src/save.ts

4 lines
54 B
TypeScript
Raw Normal View History

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