1
0
Files
cache/src/saveOnly.ts
T

3 lines
61 B
TypeScript
Raw Normal View History

2024-01-10 15:36:58 +00:00
import { saveOnlyRun } from "./saveImpl";
2022-12-21 19:38:44 +05:30
2024-01-10 15:36:58 +00:00
saveOnlyRun(true);