I am using nextjs 15, with the app router. And I require 4 different environment variables which will contain different values...
.env.local |
.env.development |
.env.pre-production |
.env.production
Since NODE_ENV
can only be: "development", "production", "test", I can't achieve what I need...