fix: nullable type

This commit is contained in:
Lorenzo Migliorero
2024-07-25 08:59:10 +02:00
parent fa5b75e6fb
commit 115c8641e7
3 changed files with 7 additions and 6 deletions

View File

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