Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
App
use Main
from the new local package
Now webapp will tsc correctly (because we have index.ts at mymain root). But when `yarn start` it'll fail in browser because mymain not built. We have to tsc in mymain to build the package and it'l run successfully.
- Loading branch information