Refactor cli app into portal.js

This commit is contained in:
Rising Odegua
2022-01-24 12:39:54 +01:00
parent 8ace86545d
commit cc585e11b9
6 changed files with 1733 additions and 24 deletions

View File

@@ -48,5 +48,12 @@
"rollup": "^2.45.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
},
"files": [
"bin",
"dist"
],
"bin": {
"datahub": "bin/index.js"
}
}