: Instead of creating uniquely named files like .env.default.local , it is generally recommended by Vite and Next.js to use the standard .env.local for all local-only overrides to ensure compatibility with built-in tools.

Put this in .env.default : FEATURE_NEW_DASHBOARD=false

.env.default.local 〈Exclusive〉

: Instead of creating uniquely named files like .env.default.local , it is generally recommended by Vite and Next.js to use the standard .env.local for all local-only overrides to ensure compatibility with built-in tools.

Put this in .env.default : FEATURE_NEW_DASHBOARD=false .env.default.local