As of Next v15 the configuration file for next now supports full type safety with TypeScript.
This makes the configuration for next a lot nicer to use instead of using vanilla javascript for the configuration.
https://nextjs.org/docs/app/api-reference/config/typescript
Update productSearechQueryInput.ts in the react accelerator to reflect on the ProductSearchQueryInput in the storefront with the new possible inputs
Merged
Page editing is breaking Content Security Policy
Merged
Put GraphQL queries in separate files and generate types with apollo-client based on query/schema
Merged
Replace Yarn with NPM
Merged
Change package Globalize to standard Intl.NumberFormat
Merged
Use draft mode instead of revalidating page
Merged
Support PNPM workspaces
Merged