Closed theoephraim closed 5 months ago
Name | Link |
---|---|
Latest commit | 840f358d7c7c6b2c3b931d4e16c38a7e702940ad |
Latest deploy log | https://app.netlify.com/sites/dmno/deploys/6643b52d8ab6ca000961b976 |
Deploy Preview | https://deploy-preview-71--dmno.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.
Name | Link |
---|---|
Latest commit | 840f358d7c7c6b2c3b931d4e16c38a7e702940ad |
Latest deploy log | https://app.netlify.com/sites/signup-api/deploys/6643b52d46fef300080a0a64 |
lets integrations define codemods to run on their config files during install. This lets us update
vite.config.*
files to import our integration and add it to vite's loaded plugins. Also works for astro and next.We also introduce here a concept of integrations exposing a meta json file which will likely be useful in other ways, like defining other settings or data to show in a future registry.
Additionally we now have experience parsing code with acorn and showing diffs, which will likely come in handy in many other ways.