Replies: 1 comment
-
I'm having a similar issue. Also trying to get a seed script working. If I run it with Node > v22.9.0 I get the If I run with Node =< v22.9.0 I get a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am stoked that with yesterdays release of Deno v2 it is now possible to create and run Payload natively in Deno!
I just ran into a problem running my standalone DB seed script that fails due to an invalid module import on
import config from '@payload-config'
. I am using the code from the docs on using payload outside Next.js. I know that Deno is not officially supported by Next/Payload and this is probably a problem in Deno. But I was wondering if anyone knows if there is another way to import payload in plain typescript that also works in Deno? That would be awesome!seed.ts
:deno run:
Beta Was this translation helpful? Give feedback.
All reactions