move server.ts

This commit is contained in:
Jannik Streek 2024-02-19 15:25:04 +01:00
parent f727adacc7
commit 4cf2e61dc0
13 changed files with 36 additions and 35 deletions

View file

@ -2,7 +2,7 @@
These hooks are called on server-side.
=== loadSettings
Called from: src/node/server.ts
Called from: 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: src/node/server.ts
Called from:server.ts
Things in context: None