During pnpm dev in some builds there is a warning:
transforming (1) index.html(node:66640) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:66640) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
During
pnpm dev
in some builds there is a warning: