UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

11 lines (9 loc) 231 B
import { KsServerPlugin } from '@knapsack/app/types'; /** * This is made for the app itself to tap into the plugin lifecycle methods */ export const configure = (): KsServerPlugin<null> => { return { id: 'ks-app', }; };