Merge remote-tracking branch 'origin/master'

This commit is contained in:
Danya H 2024-06-11 19:52:07 +01:00
commit fa3b1b1b0b
2 changed files with 0 additions and 18 deletions

View File

@ -2,5 +2,4 @@ packages:
- "server"
- "client"
- "cef"
- "shared"
- "shared-types"

View File

@ -1,17 +0,0 @@
{
"name": "rage-fw-shared",
"version": "0.0.16-alpha.0",
"type": "module",
"main": "index.d.ts",
"files": [
"index.d.ts"
],
"scripts": {
"test": "tsup"
},
"keywords": [],
"author": "SashaGoncharov19",
"license": "MIT",
"description": "Shared client types for rage-fw",
"gitHead": "053e4fd12aa120d53e11e0d2009c0df78c1a2ad0"
}