cef pnpm workspace

This commit is contained in:
Oleksandr Honcharov 2024-06-11 21:34:47 +03:00
parent 17ef98cbd2
commit 22945357fd
3 changed files with 6155 additions and 8369 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,6 @@
packages:
- "server"
- "client"
- "cef"
- "shared"
- "shared-types"

View File

@ -2,4 +2,6 @@ declare module 'rage-fw-shared-types' {
export interface RageFW_ICustomServerEvent {}
export interface RageFW_ICustomClientEvent {}
export interface RageFW_ICustomCefEvent {}
}