Skip to main content

Overview

Every NanoForge project has a nanoforge.config.json at its root. The CLI reads this file to know how to build, generate, and start your game. Commands accept -c, --config <config> to point at a different file, and most fields can be overridden per run with command flags.

Top-level fields

client

server

The server block mirrors client, minus port. It is disabled by default.

ssl

Example