Getting Started
Configuration
// Relax Configuration Settings
relax = {
// The location of the relaxed APIs, defaults to models.resources
APILocation = "models.resources",
// Default API to load, name of the directory inside of resources
defaultAPI = "forgebox",
// Whether to cache the API Service as a singleton - In development/authoring, you'll want this set to false
cache = false
};Considerations
Last updated