-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Following the basic steps from the Getting Started section of the docs errors with the following message on Windows when trying to run generate:
> npx @magidoc/cli@latest generate
Only URLs with a scheme in: file, data are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'
My "magidoc.mjs" file:
export default {
introspection: {
type: "url",
url: "https://graphiql-test.netlify.app/.netlify/functions/schema-demo",
},
website: {
template: "carbon-multi-page",
},
};Metadata
Metadata
Assignees
Labels
No labels