Steps to reproduce from: /next-server-task/examples/openai-image-generator
Module not found: Can't resolve 'next-server-task'
1 | import { TaskError } from "next-server-task";
2 | import { createTask } from "next-server-task/server";
Module not found: Can't resolve 'next-server-task/server'
1 | import { TaskError } from "next-server-task";
2 | import { createTask } from "next-server-task/server";
3 | import { OpenAI } from "openai";
Steps to reproduce from: /next-server-task/examples/openai-image-generator
Module not found: Can't resolve 'next-server-task'
Module not found: Can't resolve 'next-server-task/server'
1 | import { TaskError } from "next-server-task";