Base structure for monorepo

This commit is contained in:
Abhishek Gahlot
2020-08-17 20:04:10 +05:30
parent f53512c6d4
commit d87613399e
74 changed files with 6812 additions and 244 deletions

3
packages/portal/.babelrc Normal file
View File

@@ -0,0 +1,3 @@
{
"presets": ["next/babel"]
}