Merge branch 'develop' into workflow-use-require

This commit is contained in:
cihatata
2025-03-11 00:17:57 +03:00
2 changed files with 51 additions and 0 deletions

View File

@@ -1,7 +1,17 @@
<<<<<<< HEAD
const axios = require('axios');
const fs = require('fs-extra');
const path = require('path');
const { URLSearchParams } = require('url');
=======
import axios from 'axios';
import fs from 'fs-extra';
import path from 'path';
import { fileURLToPath } from 'url';
// Get current directory
const __filename = fileURLToPath(import.meta.url);
>>>>>>> develop
// POEditor API information
const API_TOKEN = process.env.POEDITOR_API;