summaryrefslogtreecommitdiffhomepage
path: root/client/web/src/hooks/node-data.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/web/src/hooks/node-data.ts')
-rw-r--r--client/web/src/hooks/node-data.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/web/src/hooks/node-data.ts b/client/web/src/hooks/node-data.ts
index 613f72d39..73657a19f 100644
--- a/client/web/src/hooks/node-data.ts
+++ b/client/web/src/hooks/node-data.ts
@@ -15,6 +15,7 @@ export type NodeData = {
IsUnraid: boolean
UnraidToken: string
IPNVersion: string
+ URLPrefix: string
DebugMode: "" | "login" | "full" // empty when not running in any debug mode
}