6 lines
155 B
TypeScript
6 lines
155 B
TypeScript
import type { AdapterConfigFieldsProps } from "./types";
|
|
|
|
export function LocalWorkspaceRuntimeFields(_props: AdapterConfigFieldsProps) {
|
|
return null;
|
|
}
|