Compare commits

...

1 Commits

Author SHA1 Message Date
81639386e5 upd cef -> browser 2024-10-28 11:58:57 +00:00
14 changed files with 6 additions and 5 deletions

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -1,9 +1,7 @@
{
"name": "framework-example",
"version": "0.1.0",
"author": "Entity Seven Group",
"license": "CC BY-ND",
"description": "This project is example of RAGE FW usage.",
"workspaces": ["apps/*"],
"scripts": {
"server:update": "cd server && rage-win64.exe",
@ -20,5 +18,8 @@
"esbuild": "^0.21.5",
"typescript": "^5.4.5",
"prettier": "^3.3.2"
}
},
"author": "Entity Seven Group",
"license": "CC BY-ND",
"version": "0.1.0"
}

View File

@ -1,5 +1,5 @@
packages:
- "apps/cef"
- "apps/browser"
- "apps/client"
- "apps/server"
- "apps/shared"