This commit is contained in:
Danya H 2024-10-30 19:57:02 +00:00
parent 573482f424
commit 037a7af2da
7 changed files with 11 additions and 13 deletions

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"@rage-fw/shared": "workspace:^",
"rage-fw-rpc": "latest"
"@entityseven/rage-fw-rpc": "0.2.5"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",

View File

@ -1,4 +1,4 @@
import { Rpc } from 'rage-fw-rpc'
import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: true,

View File

@ -6,9 +6,9 @@
},
"dependencies": {
"@rage-fw/shared": "workspace:^",
"rage-fw-rpc": "latest"
"@entityseven/rage-fw-rpc": "0.2.5"
},
"license": "CC BY-ND",
"license": "MIT",
"author": "Entity Seven Group",
"version": "0.1.0"
}

View File

@ -1,4 +1,4 @@
import { Rpc } from 'rage-fw-rpc'
import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: true,

View File

@ -6,9 +6,9 @@
},
"dependencies": {
"@rage-fw/shared": "workspace:^",
"rage-fw-rpc": "latest"
"@entityseven/rage-fw-rpc": "0.2.5"
},
"license": "CC BY-ND",
"license": "MIT",
"author": "Entity Seven Group",
"version": "0.1.0"
}

View File

@ -1,4 +1,4 @@
import { Rpc } from 'rage-fw-rpc'
import { Rpc } from '@entityseven/rage-fw-rpc'
export const rpc = new Rpc({
debugLogs: true,

View File

@ -1,15 +1,13 @@
{
"name": "framework-example",
"description": "This project is an example of RAGE-FW usage",
"description": "This project is an example of RAGE FW usage",
"workspaces": [
"apps/*"
],
"scripts": {
"server:update": "cd server && rage-win64.exe",
"server:run": "cd server && ragemp-server.exe",
"i:client": "cd apps/client && pnpm i",
"i:server": "cd apps/server && pnpm i",
"i:browser": "cd apps/browser && pnpm i",
"build:client": "cd apps/client && pnpm build",
"build:server": "cd apps/server && pnpm build",
"build:browser": "cd apps/cef && pnpm build",
@ -24,7 +22,7 @@
"typescript": "^5.4.5",
"prettier": "^3.3.2"
},
"license": "CC BY-ND",
"license": "MIT",
"author": "Entity Seven Group",
"version": "0.1.0"
}