common is now a node package

This commit is contained in:
2026-06-29 14:22:14 +02:00
parent 3917b5303e
commit 8b7894ccb1
17 changed files with 247 additions and 193 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { GlobalEvents, GlobalFunctions } from "@common/shared/network";
import { GlobalEvents, GlobalFunctions } from "../shared/network";
export const Events = GlobalEvents.createClient({});
export const Functions = GlobalFunctions.createClient({});