summaryrefslogtreecommitdiff
path: root/packages/backend/src/boot
diff options
context:
space:
mode:
authorKio! <im@kio.moe>2024-12-19 19:20:57 +0000
committerKio! <im@kio.moe>2024-12-19 19:20:57 +0000
commit903b2be13250e1381b7d29bf4e1cd468b9e84095 (patch)
treebd5cb441fe7f30f33207a0aedf63947580f3dccb /packages/backend/src/boot
parentUpdate file worker.ts (diff)
downloadsharkey-903b2be13250e1381b7d29bf4e1cd468b9e84095.tar.gz
sharkey-903b2be13250e1381b7d29bf4e1cd468b9e84095.tar.bz2
sharkey-903b2be13250e1381b7d29bf4e1cd468b9e84095.zip
Update file worker.ts
Diffstat (limited to 'packages/backend/src/boot')
-rw-r--r--packages/backend/src/boot/worker.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/backend/src/boot/worker.ts b/packages/backend/src/boot/worker.ts
index 400083851a..494e7c8c10 100644
--- a/packages/backend/src/boot/worker.ts
+++ b/packages/backend/src/boot/worker.ts
@@ -10,6 +10,7 @@ import { envOption } from '@/env.js';
import { loadConfig } from '@/config.js';
import { jobQueue, server } from './common.js';
import { fileURLToPath } from 'node:url';
+import { dirname } from 'node:path';
import * as fs from 'node:fs';
const _filename = fileURLToPath(import.meta.url);
const _dirname = dirname(_filename);