triggerClient / register client event

This commit is contained in:
Oleksandr Honcharov
2024-06-10 15:54:13 +03:00
parent 3b20276486
commit bea9d570ad
5 changed files with 29 additions and 10 deletions
+1 -4
View File
@@ -6,10 +6,7 @@
"entries": [
{
"filePath": "./src/index.ts",
"outFile": "./dist/index.d.ts",
"libraries": {
"inlinedLibraries": ["@ragempcommunity/types-server"]
}
"outFile": "./dist/index.d.ts"
}
]
}
+2 -1
View File
@@ -15,7 +15,8 @@
"rage-fw-shared-types": "workspace:^"
},
"dependencies": {
"rage-rpc": "^0.4.0"
"rage-rpc": "^0.4.0",
"@ragempcommunity/types-server": "^2.1.8"
},
"keywords": [],
"author": "SashaGoncharov19",