summaryrefslogtreecommitdiffhomepage
path: root/frontend/config
diff options
context:
space:
mode:
authorLASER-Yi <[email protected]>2022-03-29 00:46:55 +0800
committerLASER-Yi <[email protected]>2022-03-29 00:46:55 +0800
commit3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff (patch)
tree8157c5b7152556c21c1cf8f16b6b90a543482407 /frontend/config
parent8e075850849a1855386e13f8ec576f3afe84ddf4 (diff)
downloadbazarr-3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff.tar.gz
bazarr-3f1d5ae6236025fd14e3e27ccc6fa3a66d3060ff.zip
no log: Fix type issues in the vite config builder
Diffstat (limited to 'frontend/config')
-rw-r--r--frontend/config/configReader.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/config/configReader.ts b/frontend/config/configReader.ts
index 464371ca1..20d28f81c 100644
--- a/frontend/config/configReader.ts
+++ b/frontend/config/configReader.ts
@@ -1,3 +1,5 @@
+/// <reference types="node" />
+
import { readFile } from "fs/promises";
async function read(path: string, sectionName: string, fieldName: string) {