We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828bb38 commit 8773713Copy full SHA for 8773713
generator/cli.ts
@@ -1,3 +1,4 @@
1
+import 'dotenv/config';
2
import path from 'path';
3
import {Command, Option} from 'commander';
4
import {CHAIN_TO_CHAIN_ID, getDate, getPoolChain, pascalCase} from './common';
0 commit comments