Created by: Primajin
The variable dotenvFiles
is never reassigned - use const instead.
The rest of the file already makes use of const - so this change makes it more consistent.
Created by: Primajin
The variable dotenvFiles
is never reassigned - use const instead.
The rest of the file already makes use of const - so this change makes it more consistent.