feat: bootstrap walking skeleton
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { actionDefs, resourceDefs } from './definitions';
|
||||
import { buildContent } from './schema';
|
||||
|
||||
/** The validated, indexed content the engine and view consume. */
|
||||
export const content = buildContent({ resources: resourceDefs, actions: actionDefs });
|
||||
|
||||
export type { ActionDef, Content, ResourceDef } from './schema';
|
||||
Reference in New Issue
Block a user