From 580776ccc9ad5e1b2c99417e5914869eafe8f1ff Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 30 Aug 2025 23:17:16 +0800 Subject: [PATCH] chore: make linit happy --- server/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/main.ts b/server/main.ts index b51abaa..6d4c2df 100644 --- a/server/main.ts +++ b/server/main.ts @@ -1,4 +1,5 @@ import ApiManager from "./api/ApiManager.ts" +// @ts-types="npm:@types/express" import express from 'express' import * as SocketIo from 'socket.io' import HttpServerLike from "./types/HttpServerLike.ts"