Backend half
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { lstatSync } from "fs";
|
||||
import { ClientSharedValues } from "./runtimeConfig.shared";
|
||||
export const ClientDefaultValues = {
|
||||
...ClientSharedValues,
|
||||
runtime: "node",
|
||||
lstatSync,
|
||||
};
|
||||
Reference in New Issue
Block a user