返回提交历史
Modified
CONTRIBUTING.md
+1
-1
XFEstudio/SpaceNinjaServer
chore: fix misplaced heading
f63954c7
代码差异
1 个文件
+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