UNPKG

@cortical/core

Version:

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

14 lines (12 loc) 370 B
/** * Project Configuration. * * NOTE: All file/folder paths should be relative to the project root. The * absolute paths should be resolved during runtime by our build internal/server. */ import { defaultValues } from '@cortical/core/config/defaultValues'; import { config } from '.'; config.load({ ...defaultValues, // put your custom config values here });