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
Describe the bug
I'm still seeing errors in the ui container about .svelte-kit/tsconfig.json not being found, and it's causing the containers to refuse to build in some cases. Eventually, I figured out that the .dockerignore file was excluding the entire .svelte-kit directory, but our other tsconfig.json files are referencing .svelte-kit/tsconfig.json so it needs to be there in order to prevent a chicken-and-egg problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm still seeing errors in the ui container about
.svelte-kit/tsconfig.json
not being found, and it's causing the containers to refuse to build in some cases. Eventually, I figured out that the .dockerignore file was excluding the entire .svelte-kit directory, but our other tsconfig.json files are referencing .svelte-kit/tsconfig.json so it needs to be there in order to prevent a chicken-and-egg problem.The text was updated successfully, but these errors were encountered: