added prettier | pnpm workspaces

This commit is contained in:
Oleksandr Honcharov
2024-06-13 23:12:40 +03:00
parent bc08e1c707
commit 0138af71c0
5 changed files with 49 additions and 7 deletions
+9
View File
@@ -0,0 +1,9 @@
import { fw } from 'rage-fw-client'
fw.event.register('customClientEvent', ([greetings]) => {
fw.system.log.info(greetings)
fw.player.triggerBrowser('customCefEvent', ['str'])
return 'Hola from client!'
})