You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cabal release of this package is missing the js directory and files thus resulting in a build error:
src/Replica/VDOM.hs:259:16-50: error:
• Exception when trying to run compile-time code:
js/dist/client.js: openBinaryFile: does not exist (No such file or directory)
Code: FE.embedFile "js/dist/client.js"
• In the untyped splice: $(FE.embedFile "js/dist/client.js") | 259 | clientDriver = $(FE.embedFile "js/dist/client.js")
The text was updated successfully, but these errors were encountered:
The cabal release of this package is missing the
js
directory and files thus resulting in a build error:The text was updated successfully, but these errors were encountered: