From bf0716175de1f32f99bfe4c388f0d0d48496a795 Mon Sep 17 00:00:00 2001 From: Levend Date: Sat, 25 May 2024 04:09:39 +0200 Subject: [PATCH] feat: add github actions --- src/utils/loadConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/loadConfig.ts b/src/utils/loadConfig.ts index 3533758..a07b845 100644 --- a/src/utils/loadConfig.ts +++ b/src/utils/loadConfig.ts @@ -18,7 +18,7 @@ export const loadConfig = async (): Promise => { if (!configPath) { throw new Error( - 'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .ts, .cjs.' + 'Configuration file unused-i18n.config not found. Supported extensions: .json, .js, .cjs.' ) }