#1 locale сделал необязательным параметром

Merged
CrazyDoctor merged 1 commits from expressts/server-prop-fix into expressts/master 1 year ago
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 = {
 type ServerProperties = {
 	port: number,
 	port: number,
-	locale: string,
+	locale?: string,
 	i18nPath?: string,
 	i18nPath?: string,
 	middlewaresPath?: string,
 	middlewaresPath?: string,
 	routesPath?: string
 	routesPath?: string