diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 54fa532..4dda521 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,5 +2,4 @@ packages: - "server" - "client" - "cef" - - "shared" - "shared-types" \ No newline at end of file diff --git a/shared/package.json b/shared/package.json deleted file mode 100644 index c7f431f..0000000 --- a/shared/package.json +++ /dev/null @@ -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" -}