src/.env file . So, naturally, I thought to put my discord token there and access it in my src/index.ts file as follows.Error [TokenInvalid]: An invalid token was provided.. However, it runs if I pass the discord token as a string literal to the client.login() method. So, this tells me the src/.env file isn't getting included in the compiled source code. And, upon reviewing the outputted 'dist folder, it appears this is the case.export const rootDir = join(__dirname, '..', '..', '..');