mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
sync
This commit is contained in:
parent
0439072420
commit
020e0ca039
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ export namespace Storage {
|
|||
const storageDir = AppPath.storage(app.root);
|
||||
await fs.mkdir(storageDir, { recursive: true });
|
||||
const storage = new FileStorage(new LocalStorageAdapter(storageDir));
|
||||
await storage.write("test", "test");
|
||||
log.info("created", { path: storageDir });
|
||||
return {
|
||||
storage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue