`vinxi build` fails with RollupError during unecessary "Preparing app for node-server... "
Hey there,
so when I run
But when run as part of a github action, it fails with
So, this seems to happend AFTER the
But I'm not using any node-server, how can I tell it that it doesn't have to do that during CI steps?
so when I run
npm run build which really runs vinxi build as of solid 0.4.* it works locally.But when run as part of a github action, it fails with
So, this seems to happend AFTER the
.output/public folder is created, the next step is Initializing prerenderer.But I'm not using any node-server, how can I tell it that it doesn't have to do that during CI steps?
