import Link from 'next/link'; export function MigrationsAndCodeGeneration(): JSX.Element { return (

Evergreen setup

Stay up to date, without effort

Keeping your stack up to date can be a struggle. Nx comes with a smart system that is capable of automatically upgrading your codebase. Think of it like{' '} database migration scripts, but for your config files, npm packages and even source code .

Read about migrations
); }