UNPKG

@cortexql/core

Version:

A RESTful API framework for your apps based on GraphQL type system.

8 lines (7 loc) 233 B
import { bootstrap } from '@cortexql/core'; import '@cortexql/types/bootstrap'; // add your hooks and plugins in between bootstrap() .catch(error => { console.log(error.stack !== undefined ? error.stack : error.message); });