XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: fix misplaced heading

f63954c7
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified CONTRIBUTING.md +1 -1
@@ -4,7 +4,7 @@
4 4
5 5 Use `npm i` or `npm ci` to install all dependencies, including dev dependencies.
6 6
7 ## Development Process
7 ### Development Process
8 8
9 9 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.
10 10