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
Exception when trying to run compile-time code:
ENCORE_BUNDLES: getEnv: does not exist (no environment variable)
Code: (=<<) ((.) stringE init) (($) runIO getEnv "ENCORE_BUNDLES")
In the splice:
$((stringE . init)
=<< (runIO $ System.Environment.getEnv "ENCORE_BUNDLES"))
make: *** [doc] Error 1```
The text was updated successfully, but these errors were encountered:
When running
make doc
, I get:The text was updated successfully, but these errors were encountered: