mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
Show case how to use pretty json
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
let key;
|
||||
let value;
|
||||
|
||||
let store = new LazyStore("cache.json");
|
||||
let store = new LazyStore("cache.json", { serializeFnName: "pretty-json" });
|
||||
let cache = {};
|
||||
|
||||
async function refreshEntries() {
|
||||
|
||||
Reference in New Issue
Block a user