frontier-tribe-gate/mud.config.ts

10 lines
229 B
TypeScript
Raw Permalink Normal View History

import { defineWorld } from "@latticexyz/world";
if (!process.env.MUD_NAMESPACE) {
throw new Error("MUD_NAMESPACE environment variable must be set");
}
export default defineWorld({
namespace: process.env.MUD_NAMESPACE,
});