mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
Add missing imports before Dakkar can mention it
This commit is contained in:
parent
990388141c
commit
cdc11df562
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ import { nodeProfilingIntegration } from '@sentry/profiling-node';
|
|||
import { envOption } from '@/env.js';
|
||||
import { loadConfig } from '@/config.js';
|
||||
import { jobQueue, server } from './common.js';
|
||||
import * as fs from 'node:fs';
|
||||
const _filename = fileURLToPath(import.meta.url);
|
||||
const _dirname = dirname(_filename);
|
||||
const meta = JSON.parse(fs.readFileSync(`${_dirname}/../../../../built/meta.json`, 'utf-8'));
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue