// this works in next.js, but does it also work in react and other frontend web frameworks? export const isDev = process.env.NODE_ENV === "development";