Michal Štefaňák
Michal Štefaňák
#199
Hi. Honestly I'm not sure if you can achieve this structure with client. If you need raw structure you should use only low level bolt library. That gives you db...
When you run in CI it sets environment variable called CI. With this variable it takes warnings as errors. I disabled it temporally with setting CI env var to empty...
I hit this problem with https://github.com/stefanak-michal/cyphergui/ When you want to test it locally you have to set env variable CI=true and execute `npm run build`
Hi. Did you try it? How did it go?