I'm trying to integrate Builder.io into a Qwik project, but I'm not having any success. I followed these steps:
npm create qwik@latest to create a new Qwik project.
npm run qwik add builder.io to add the Builder.io integration.
Configured the preview URL with localhost:5173.
Despite this, I can't get it to work properly. Could you help me identify where the problem might be?