Server Files

This commit is contained in:
Hopeless YABO
2026-03-31 19:36:44 +02:00
parent d29c93c30d
commit af039b0504
36 changed files with 4265 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "develop_client",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"devDependencies": {
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"@entityseven/rage-fw-rpc": "^0.2.5"
}
}