Christophe Ribeiro
Christophe Ribeiro
@osdiab what looks like your file? ```ts import type { TranslationsKeys } from "src/utility/i18n/available-translations"; ```
Oops wrong issue closed. Sorry!
Just an idea: Call the config file `next.routes.js` so it will be just after the file `next.config.js`. Easy to catch on all the files.
+1 for the suggestion of @tatethurston ! less (file) is more 👏
I will take a look for that ;)
@czerwiukk are you looking for contributors? Is the new version available somewhere?
Interested about this feature ☝️ The approche 1 is my favorite. Easy to manage types with TypeScript :)
My use case is simple, I have some pages where my users can play with data filters. So my URLs can get these shapes: - `/product-data?sort=asc&groupBy=name` - `/products-data?sort=desc&groupBy=age` Different pages,...
+1 to get keys like `dotenvx -k ../../env.keys -f ./.env.development`. I'm building an app through a monorepo, and it would make things easier. @motdotla do you have a roadmap for...