Finish first working version w/ indexed db cache

This commit is contained in:
arne 2025-11-18 12:49:07 +01:00
commit 2e48899420
4 changed files with 538 additions and 65 deletions

View file

@ -5,10 +5,8 @@
"src/test"]
:dependencies
[[datascript/datascript "1.7.8"] ; unused
[reagent/reagent "2.0.1"]
[io.github.tonsky/fast-edn "1.1.3"]
[[reagent/reagent "2.0.1"]
[applied-science/js-interop "0.4.2"]
[binaryage/devtools "1.0.7"] ; loaded automatically, see https://shadow-cljs.github.io/docs/UsersGuide.html#_preloads
]
@ -18,4 +16,5 @@
:builds
{:frontend
{:target :browser
:modules {:main {:init-fn computersandblues.lodestone.app/init}}}}}
:modules {:main {:init-fn computersandblues.lodestone.app/init}}
:js-options {:entry-keys ["module" "browser" "main"]}}}}