st-mobile / src /server-directory.js
Nanny7's picture
Initial deploy with custom mobile UI
6efa67a
import path from 'node:path';
import { fileURLToPath } from 'node:url';
export const serverDirectory = path.dirname(import.meta.dirname ?? path.dirname(fileURLToPath(import.meta.url)));