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
import { serve } from "@upstash/workflow/express";
I get this error in an Express.js ESM app:
file:///XXX/node_modules/.pnpm/@[email protected]/node_modules/@upstash/workflow/chunk-ADOBNR4O.mjs:11
throw Error('Dynamic require of "' + x + '" is not supported');
^
Error: Dynamic require of "path" is not supported
The text was updated successfully, but these errors were encountered:
noahflk
changed the title
Express.js ESM Support
Failing Express.js ESM Support
Dec 7, 2024
Using this import:
import { serve } from "@upstash/workflow/express";
I get this error in an Express.js ESM app:
The text was updated successfully, but these errors were encountered: