SolidStart: Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js'
I tried modifying and improving the official note app * adding formatting with prettier, added prettier config to package.json * setting more strict typescript tsconfig * adding runtime validation to api with zod
Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js?v=c5be357a' does not provide an export named 'default' (at app.js?v=c5be357a:3:8)Understand this error
Uncaught SyntaxError: The requested module '/_build/node_modules/resolve/index.js?v=c5be357a' does not provide an export named 'default' (at app.js?v=c5be357a:3:8)Understand this error
This error comes from any page served by solid start, appearing in the browser console. This error seems to come from somewhere out of vinxi?
Using: Bun as package manager and runtime System: Debian 12 stable