mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
sync
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { App } from "../../app";
|
||||
|
||||
export namespace FileTimes {
|
||||
export const state = App.state("tool.edit", () => ({
|
||||
export const state = App.state("tool.filetimes", () => ({
|
||||
read: new Map<string, Date>(),
|
||||
write: new Map<string, Date>(),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user