Archived
Compare commits
1
Commits
rpc-react-18
...
react-18
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81639386e5 |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
+5
-4
@@ -1,9 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "framework-example",
|
"name": "framework-example",
|
||||||
"version": "0.1.0",
|
|
||||||
"author": "Entity Seven Group",
|
|
||||||
"license": "CC BY-ND",
|
|
||||||
"description": "This project is example of RAGE FW usage.",
|
"description": "This project is example of RAGE FW usage.",
|
||||||
|
"workspaces": ["apps/*"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"server:update": "cd server && rage-win64.exe",
|
"server:update": "cd server && rage-win64.exe",
|
||||||
|
|
||||||
@@ -20,5 +18,8 @@
|
|||||||
"esbuild": "^0.21.5",
|
"esbuild": "^0.21.5",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"prettier": "^3.3.2"
|
"prettier": "^3.3.2"
|
||||||
}
|
},
|
||||||
|
"author": "Entity Seven Group",
|
||||||
|
"license": "CC BY-ND",
|
||||||
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
packages:
|
packages:
|
||||||
- "apps/cef"
|
- "apps/browser"
|
||||||
- "apps/client"
|
- "apps/client"
|
||||||
- "apps/server"
|
- "apps/server"
|
||||||
- "apps/shared"
|
- "apps/shared"
|
||||||
Reference in New Issue
Block a user