@qwik.dev/core@2.0.0-beta.38
Major Changes ✨ relocate built assets with output.assetFileNames; remove build.assetsDir handling (by @maiieul in #8817) 🐞🩹 sync computed$ errors also go in .error and also rethrow on .value read (by @wmertens in #8807) Minor Changes ✨ useComputed$ accepts async functions and provides a compute context with track(); useAsync$, createAsync$, and AsyncSignal are deprecated in favor of it (by @wmerte…