Moved anilist.js to anilist.cpp

This commit is contained in:
2025-11-29 19:04:20 -05:00
parent 4409a6e8d1
commit be97394327

View File

@@ -46,7 +46,7 @@ function startCppScraper() {
const env = { ...process.env };
env.PATH = `${dllPath};${env.PATH}`;
console.log("⚡ Starting WaifuBoard Scraper Engine (C++)...");
const scraper = spawn(exePath, [], {