fix: type

This commit is contained in:
Lorenzo Migliorero
2024-07-24 19:01:18 +02:00
parent 7262e0debe
commit fa5b75e6fb

View File

@@ -63,8 +63,8 @@ const baseDomain: Domain = {
domainId: "",
host: "",
https: false,
path: null,
port: null,
path: "",
port: 3000,
uniqueConfigKey: 1,
};