mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚚 Begin rebranding to Versia Server
This commit is contained in:
parent
06c65559d1
commit
c10da18182
58 changed files with 2377 additions and 242 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"name": "@lysand-org/kit",
|
||||
"name": "@versia-org/kit",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"version": "0.0.0",
|
||||
"description": "Framework for building Lysand Server plugins",
|
||||
"description": "Framework for building Versia Server plugins",
|
||||
"author": {
|
||||
"email": "contact@cpluspatch.com",
|
||||
"name": "CPlusPatch",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ export class Plugin<ConfigSchema extends z.ZodTypeAny> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Loads the plugin's configuration from the Lysand Server configuration file.
|
||||
* Loads the plugin's configuration from the Versia Server configuration file.
|
||||
* This will be called when the plugin is loaded.
|
||||
* @param config Values the user has set in the configuration file.
|
||||
*/
|
||||
|
|
@ -65,7 +65,7 @@ export class PluginConfigManager<Schema extends z.ZodTypeAny> {
|
|||
}
|
||||
|
||||
/**
|
||||
* Loads the configuration from the Lysand Server configuration file.
|
||||
* Loads the configuration from the Versia Server configuration file.
|
||||
* This will be called when the plugin is loaded.
|
||||
* @param config Values the user has set in the configuration file.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue