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: "", domainId: "",
host: "", host: "",
https: false, https: false,
path: null, path: "",
port: null, port: 3000,
uniqueConfigKey: 1, uniqueConfigKey: 1,
}; };