I get the error just when starting dev
I get the error just when starting dev mode no requests made. Let me start a thread with the code peices
4 Replies
index.ts file
Other files are too big to attaching
I assume the error is because you dont export from the index.ts, you need to import and then re-export all DOs from index.ts
That was it. Thanks!