8 lines
196 B
JavaScript
8 lines
196 B
JavaScript
import { lstatSync } from "fs";
|
|
import { ClientSharedValues } from "./runtimeConfig.shared";
|
|
export const ClientDefaultValues = {
|
|
...ClientSharedValues,
|
|
runtime: "node",
|
|
lstatSync,
|
|
};
|