Farmbot-Web-App/frontend/__test_support__/fake_state/config.ts

7 lines
135 B
TypeScript

import { Everything } from "../../interfaces";
export let config: Everything["config"] = {
"host": "localhost",
"port": "3000"
};