Revert "move server.ts"

This reverts commit 4cf2e61dc0.
This commit is contained in:
Jannik Streek 2024-02-19 17:01:42 +01:00
parent 4cf2e61dc0
commit ef99f258c1
13 changed files with 35 additions and 36 deletions

View file

@ -2,7 +2,7 @@
These hooks are called on server-side.
=== loadSettings
Called from: server.ts
Called from: src/node/server.ts
Things in context:
@ -11,7 +11,7 @@ Things in context:
Use this hook to receive the global settings in your plugin.
=== shutdown
Called from:server.ts
Called from: src/node/server.ts
Things in context: None