UNPKG

@forestadmin/forest-cloud

Version:

Utility to bootstrap and publish forest admin cloud projects customization

20 lines (15 loc) 819 B
import type { Agent } from '@forestadmin/forest-cloud'; import { Schema } from '../typings'; /* You can find the documentation of the agent at the following URL to help you to understand how to use the agent and how to customize your project. ======================================================================= ===== https://docs.forestadmin.com/developer-guide-agents-nodejs/ ===== ======================================================================= Run with npm or yarn this command to publish this code to your backend. ======================================================================= ================== forestadmin:build:package:publish ================== ======================================================================= */ export default function customizeAgent(agent: Agent<Schema>) { }