Replies: 1 comment 1 reply
-
Hey @itizarsa, I think the issue is in your import. It's basically getting confused because it cannot find a module called '#util/context.ts'. import { ContextManager } from "#util/context.ts"; by import { ContextManager } from "#util"; 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my Deno app, I have custom import paths defined in
deno.json
, when I run thedrizzle-kit
generate command it fails with aMODULE_NOT_FOUND
error. How do I solve this?# deno.json
# drizzle.config.ts
# schema.ts
# Error
Beta Was this translation helpful? Give feedback.
All reactions