Guide on how to make test apps multi-workspace
Opened this issue · 0 comments
GeoDoo commented
Currently, we have prod app multi-workspace and dev apps single-workspace. This creates problems when we try to test the prod app installation or stuff that only prod app currently has.
So, we need to make them all multi-workspace and change the docs for contributors. It will require cleanup in app.js
and removal of LOCAL_DEV
env variable too.