import Path from 'path'; // import {fileURLToPath} from 'url'; // const __filename = fileURLToPath(import.meta.url); // const __dirname = Path.dirname(__filename); export const TOKEN_PATH = Path.join(process.cwd(), 'token.json');