$ deno cache --reload ./utils/module.tserror: Module not found "https://raw.githubusercontent.com/path/to/module.ts". at file:///home/me/my-project/utils/module.ts:23:8
import { load } from 'dotenv'await load({ export: true })const GH_AUTH_TOKEN = Deno.env.get('GH_AUTH_TOKEN')if (GH_AUTH_TOKEN) Deno.env.set('DENO_AUTH_TOKENS', GH_AUTH_TOKEN)export { MyClass1} from 'https://raw.githubusercontent.com/path/to/module.ts'