File size: 186 Bytes
87fd35f | 1 2 3 4 | import path from 'node:path';
import { fileURLToPath } from 'node:url';
export const serverDirectory = path.dirname(import.meta.dirname ?? path.dirname(fileURLToPath(import.meta.url)));
|
87fd35f | 1 2 3 4 | import path from 'node:path';
import { fileURLToPath } from 'node:url';
export const serverDirectory = path.dirname(import.meta.dirname ?? path.dirname(fileURLToPath(import.meta.url)));
|