fix(core): update

This commit is contained in:
2024-02-17 20:24:28 +01:00
commit 450e4e023d
23 changed files with 7216 additions and 0 deletions

18
npmextra.json Normal file
View File

@@ -0,0 +1,18 @@
{
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "serve.zone",
"gitrepo": "platformclient",
"description": "a module that makes it really easy to use the serve.zone platform inside your app",
"npmPackagename": "@serve.zone/platformclient",
"license": "MIT",
"projectDomain": "serve.zone"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}