I created a new Next.js project using Revideo with the command:
npm init @revideo@latest
and select a drag and drop example
After that, when I try to run either of the following commands:
npm run revideo:editor
npm run revideo:serve
I encounter the following error:
Internal server error: Failed to resolve import "./revideo/project.ts" from "virtual:editor". Does the file exist?
It seems that the file ./revideo/project.ts should be ./revideo/project.tsx.
I created a new Next.js project using Revideo with the command: npm init @revideo@latest and select a drag and drop example
After that, when I try to run either of the following commands:
npm run revideo:editor npm run revideo:serve I encounter the following error:
Internal server error: Failed to resolve import "./revideo/project.ts" from "virtual:editor". Does the file exist? It seems that the file ./revideo/project.ts should be ./revideo/project.tsx.