-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: New Frontend Dashboard #155
Conversation
Git2Gus App is installed but the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its fine for now, we will re-review as progress is made.
@@ -28,6 +28,7 @@ | |||
"@commitlint/cli": "^8.0.0", | |||
"@commitlint/config-conventional": "^8.0.0", | |||
"@types/express": "^4.17.0", | |||
"@types/globby": "^9.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where this comes from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My build was failing because TypeScript couldn't find the types for the globby module which is used in @best/cli
and @best/store-fs
. I would happily remove it if TypeScript would build without it.
Details
Adding the new
frontend
andapi-db
packages.Missing