Skip to main content
Module

x/dropserver_app/mod.ts>AppConfig

Library that helps you create Dropserver applications
Latest
interface AppConfig
import { type AppConfig } from "https://deno.land/x/dropserver_app@v0.2.1/mod.ts";

AppConfig is what the app code provides to Dropserver to create an app

Properties

routes: AppRouteInternal[] | AppRoutesFn

routes are application routes. They do not change.

optional
migrations: Migrations | MigrationsFn | MigrationsPr

migrations transform the appspace data such that it matches the target schema.