From 42cc93dd0f189995f29fc87d2734fc809105a7cf Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 19 Aug 2021 21:55:45 +0900 Subject: fix: mochaが動かないため拡張子なしに戻した MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/boot/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/worker.ts') diff --git a/src/boot/worker.ts b/src/boot/worker.ts index 881e6c723d..362fa3f26b 100644 --- a/src/boot/worker.ts +++ b/src/boot/worker.ts @@ -1,5 +1,5 @@ import * as cluster from 'cluster'; -import { initDb } from '../db/postgre.js'; +import { initDb } from '../db/postgre'; /** * Init worker process -- cgit v1.2.3-freya