Browse Source

ServerProperties.ts fix local field

d-VorNick 1 year ago
parent
commit
d90c3cb032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/ServerProperties.ts

+ 1 - 1
src/server/ServerProperties.ts

@@ -1,6 +1,6 @@
 type ServerProperties = {
 	port: number,
-	locale: string,
+	locale?: string,
 	i18nPath?: string,
 	middlewaresPath?: string,
 	routesPath?: string