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
{{ message }}
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Hey @Robert-Frampton,
When trying to modify the
pathSrc
option inelectric.config.js
it causeselectric run
to fail.For instance, I am changing the
src
folder todocs
and then in the electric config I am doing:It is failing here:
/electric-cli/node_modules/electric/lib/util.js:45:14
Running
console.log(siteData.index.children)
in that file outputs this:Therefore the
page
variable is undefined.Any ideas? Thanks for the great work!
The text was updated successfully, but these errors were encountered: