1 import path from 'node:path';
2 import { fileURLToPath } from 'node:url';
3 export const serverDirectory = path.dirname(import.meta.dirname ?? path.dirname(fileURLToPath(import.meta.url)));
1 import path from 'node:path';
2 import { fileURLToPath } from 'node:url';
3 export const serverDirectory = path.dirname(import.meta.dirname ?? path.dirname(fileURLToPath(import.meta.url)));