Merge pull request #5918 from dmitrylyzo/boolean-defines

Convert defines to boolean
This commit is contained in:
Bill Thornton
2024-08-16 11:09:30 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -19,6 +19,6 @@ export declare global {
const __JF_BUILD_VERSION__: string;
const __PACKAGE_JSON_NAME__: string;
const __PACKAGE_JSON_VERSION__: string;
const __USE_SYSTEM_FONTS__: string;
const __WEBPACK_SERVE__: string;
const __USE_SYSTEM_FONTS__: boolean;
const __WEBPACK_SERVE__: boolean;
}