We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7c76b commit 08eb585Copy full SHA for 08eb585
client/config.ts client/config.tsxclient/config.ts renamed to client/config.tsx
@@ -1,7 +1,8 @@
1
import { LeanWebConfig } from "./src/api/config-types";
2
+import * as React from "react";
3
4
export const lean4webConfig: LeanWebConfig = {
- serverCountry: null,
5
+ serverCountry: "Germany",
6
contactDetails: null,
7
impressum: null,
8
};
client/tsconfig.json
@@ -24,6 +24,6 @@
24
/* Performance */
25
"skipLibCheck": true
26
},
27
- "include": ["src", "config.ts"],
+ "include": ["src", "config.tsx"],
28
"exclude": ["node_modules"]
29
}
0 commit comments