From f63954c796f6a81254e395b5998aadc06c886317 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Mon, 10 Nov 2025 12:29:38 +0100 Subject: [PATCH] chore: fix misplaced heading --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7510cd92..d9ef66d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ Use `npm i` or `npm ci` to install all dependencies, including dev dependencies. -## Development Process +### Development Process Auto reloading is supported for server and WebUI development. Simply use `npm run dev` or `npm run dev:bun` to start the server and edit away.