Finish first working version w/ indexed db cache
This commit is contained in:
parent
8bb3a3b8d7
commit
2e48899420
4 changed files with 538 additions and 65 deletions
|
|
@ -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"]}}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue