UNPKG

@knapsack/app

Version:

Build Design Systems on top of knapsack, by Basalt

9 lines (7 loc) 228 B
import { KsServerPlugin } from '@knapsack/app/types'; import { KsCloudConfig } from '@knapsack/core/src/cloud'; export const configure = (config: KsCloudConfig): KsServerPlugin<null> => { return { id: 'ks-cloud', }; };