From f26c434d77071e89356f2ec0c64f4787f07b166b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 24 Sep 2025 19:33:25 -0700 Subject: refactor: Move shared constants to shared module --- packages/gateway/src/constants.ts | 2 +- packages/gateway/tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/gateway') diff --git a/packages/gateway/src/constants.ts b/packages/gateway/src/constants.ts index 77ef6cd..c660644 100644 --- a/packages/gateway/src/constants.ts +++ b/packages/gateway/src/constants.ts @@ -1 +1 @@ -export const GUILD_ID = "1406422617724026901"; +export { GUILD_ID } from "../../shared"; diff --git a/packages/gateway/tsconfig.json b/packages/gateway/tsconfig.json index c2767fd..e3953f6 100644 --- a/packages/gateway/tsconfig.json +++ b/packages/gateway/tsconfig.json @@ -13,7 +13,6 @@ "isolatedModules": true, "noEmit": false, "outDir": "./dist", - "rootDir": "./src", "declaration": true, "declarationMap": true, "sourceMap": true -- cgit v1.2.3