Workflow logs overview
Workflows
A log entry is created every time your code is compiled and deployed on Kinde. This log entry contains information about the build process, including any errors or warnings that occurred during the build.
If your code was succesfully synced from your repo Kinde will then attempt to build (compile and deploy) your code. The results of this build will show up in the deployment build logs.
Typically this means that the file you are trying to import is not in the correct location. Check the following:
.ts
or .js
file