Merge branch 'feat/db' into chore/whiteboards-cleanup

This commit is contained in:
Konstantinos Kaloutas
2024-01-25 10:36:59 +02:00
22 changed files with 604 additions and 330 deletions

View File

@@ -98,11 +98,12 @@
:publishing {:target :browser
:module-loader true
:js-options {:ignore-asset-requires true
:js-options {;; handle `require(xxx.css)`
:ignore-asset-requires true
:resolve {"react" {:target :global
:global "React"}
"react-dom" {:target :global
:global "ReactDOM"}}} ;; handle `require(xxx.css)`
:global "ReactDOM"}}}
:modules {:shared
{:entries []}
:main