@cerebruminc/yates 3.3.2-beta.dangerous.850275a → 3.3.2-beta.dangerous.8bebbaf
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +296 -256
- package/dist/index.js.map +1 -1
- package/dist/startup.d.ts +1 -0
- package/dist/startup.js +1116 -0
- package/dist/startup.js.map +1 -0
- package/package.json +48 -49
package/README.md
CHANGED
|
@@ -154,7 +154,7 @@ When defining an ability you need to provide the following properties:
|
|
|
154
154
|
|
|
155
155
|
### Debug
|
|
156
156
|
|
|
157
|
-
To run Yates in debug mode,
|
|
157
|
+
To run Yates in debug mode, set the `YATES_DEBUG` environment variable to `true`.
|
|
158
158
|
|
|
159
159
|
## Known limitations
|
|
160
160
|
|