Skip to content
Snippets Groups Projects
Commit 903b2be1 authored by Kio!'s avatar Kio! 💻
Browse files

Update file worker.ts

parent 0bb61fef
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment