mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
8 lines
108 B
TypeScript
8 lines
108 B
TypeScript
import { config } from 'dotenv';
|
|
|
|
config({
|
|
debug: true,
|
|
encoding: 'utf8',
|
|
});
|
|
|
|
await import('./index');
|