Posts tagged "Updates"
-
As part of Netlify Build experience, when a customer installs node modules that expose some sort of executable, we expose said executables in the build command environment so that you can call them at build time. We want to keep supporting said…
-
A couple weeks ago we shared that the Netlify app for Slack is available in beta. Today we’ve introduced a new event type: team metered usage events! You can subscribe to this new event type to receive an early heads up in Slack, if your team is…
-
Stackbit offers an on-the-glass visual editor that simplifies website editing. In addition to this, we have recently made significant updates to our content editor based on valuable feedback from our customers. These updates aim to enhance the…
-
The Netlify CLI is a great development tool for your Netlify site, bringing the full suite of platform primitives right into your computer. When you run netlify dev, we’ll start a local development server with access to redirects, Forms, Netlify…
-
You can now import the TypeScript types for the Edge Functions API from the @netlify/edge-functions specifier, which is available both in Deno and in Node.js. import { Config, Context } from “@netlify/edge-functions”
export default async (req:…