From 35c617c281a146aa793f7edcda93718aa3606fd5 Mon Sep 17 00:00:00 2001 From: takejohn <105504345+takejohn@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:51:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=8C=E9=80=9A?= =?UTF-8?q?=E3=82=89=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/internal/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/internal/config.ts b/core/internal/config.ts index 370a98f..b3ebea6 100644 --- a/core/internal/config.ts +++ b/core/internal/config.ts @@ -1,5 +1,5 @@ -import fs from 'fs'; -import path from 'path'; +import * as fs from 'fs'; +import * as path from 'path'; import z from 'zod'; import { setLanguage } from '../util/languages';