Module

static-configuration

This namespace exposes all yaml files that are in the config directory.

import { my_file } from "@quintype/framework/server/static-configuration";
my_file["key"] // reads from config/my_file.yml

View Source server/static-configuration.js, line 1