revert more import changes

This commit is contained in:
Hazel K 2024-07-26 10:17:02 -04:00
parent fecdff7fa0
commit 916509dd6a

View file

@ -4,12 +4,12 @@
*/
import * as fs from 'node:fs';
import {fileURLToPath} from 'node:url';
import {dirname, resolve} from 'node:path';
import { fileURLToPath } from 'node:url';
import { dirname, resolve } from 'node:path';
import * as yaml from 'js-yaml';
import {globSync} from 'glob';
import { globSync } from 'glob';
import * as Sentry from '@sentry/node';
import type {RedisOptions} from 'ioredis';
import type { RedisOptions } from 'ioredis';
type RedisOptionsSource = Partial<RedisOptions> & {
host: string;