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
Module
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