Closed oskarrough closed 1 year ago
Name | Link |
---|---|
Latest commit | 22ed02f679c9000bfd9b6dfc0d46db7cda09fd4c |
Latest deploy log | https://app.netlify.com/sites/radio4000-components/deploys/65422262ef6e140008854bd6 |
Deploy Preview | https://deploy-preview-147--radio4000-components.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Currently all our components load the SDK via NPM, and as such rely on the default Supabase database. So far so good.
But some times we want to use a different database. This PR routes makes sure the SDK is always accessed via ./libs/sdk.js instead of NPM. This way we can control it globally for the components in one place.