You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether it's my environment that is poorly set up, or if this is an actual bug.
But anyways, wanted to let you know that I see a lot of type errors in the Dato CLI source code. While trying to set up the CLI following the README I'm getting a lot of type errors. And upon inspection of the code I found this on L88 in packages/cli/src/utils/environments-diff/write/api-calls.ts
When running the build command in my terminal I get this output:
I can of course just fix the types myself, but wanted to let you know about it as well 🙂
The text was updated successfully, but these errors were encountered:
Description
I'm not sure whether it's my environment that is poorly set up, or if this is an actual bug.
But anyways, wanted to let you know that I see a lot of type errors in the Dato CLI source code. While trying to set up the CLI following the README I'm getting a lot of type errors. And upon inspection of the code I found this on L88 in
packages/cli/src/utils/environments-diff/write/api-calls.ts
When running the build command in my terminal I get this output:
I can of course just fix the types myself, but wanted to let you know about it as well 🙂
The text was updated successfully, but these errors were encountered: