mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
Update file worker.ts
This commit is contained in:
parent
0bb61fef7b
commit
903b2be132
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue