Backend half
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.ClientDefaultValues = void 0;
|
||||
const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
|
||||
exports.ClientDefaultValues = {
|
||||
...runtimeConfig_browser_1.ClientDefaultValues,
|
||||
runtime: "react-native",
|
||||
};
|
||||
Reference in New Issue
Block a user