frontend
frontend copied to clipboard
bug: Can't build - missing assets
What happened?
When trying to build in dev mode (using the README as a guide) the frontend crashes with
import RevoltSvg from "../../public/assets/wordmark_wide_500px.svg?component-solid";
when trying to import it in /packages/client/components/auth/src/AuthPage.tsx
When trying to fix it by download the official assets the repo https://github.com/revoltchat/assets/ is missing, where are the assets stored now?