From 8a892fb91037310a42899ca42269edfd0cc94594 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 6 Aug 2024 18:44:33 +0100 Subject: [PATCH] prettier --- .changeset/quiet-pugs-rule.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/quiet-pugs-rule.md b/.changeset/quiet-pugs-rule.md index 2ec72c7a9f..4399bc1c39 100644 --- a/.changeset/quiet-pugs-rule.md +++ b/.changeset/quiet-pugs-rule.md @@ -3,8 +3,9 @@ --- Added `deploy` config options to systems in the MUD config: - - `disabled` to toggle deploying the system (defaults to `false`) - - `registerWorldFunctions` to toggle registering namespace-prefixed system functions on the world (defaults to `true`) + +- `disabled` to toggle deploying the system (defaults to `false`) +- `registerWorldFunctions` to toggle registering namespace-prefixed system functions on the world (defaults to `true`) ```ts import { defineWorld } from "@latticexyz/world";