how to change solid-start build `target`?
I tried this in app.config:
but when I put a top-level
The top-level
How do we change the
but when I put a top-level
await in a module, then npm run build says this:The top-level
await is working fine in npm run dev, but I get that error only with build.How do we change the
target?
