From 9b78037313f634e936d4b67256e42428587924f3 Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Mon, 23 Sep 2024 09:18:45 +0200 Subject: [PATCH] built --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index b994848..0175e9a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,6 +3,7 @@ import http from 'node:http'; import { availableParallelism } from 'node:os'; import process from 'node:process'; import { RedisStores } from './redis.js'; +import { InMemStores } from './inmem.js'; const numCPUs = availableParallelism();