telegram-shop-api / src /api_only.js
Deploy Bot
Fix_Entry_Point_Redirects
1253e7a
raw
history blame contribute delete
246 Bytes
// This file exists because the server environment has it hardcoded as the entry point.
// We redirect to the new main.js file.
console.log("⚠️ Legacy entry point src/api_only.js triggered. Redirecting to src/main.js...");
require('./main');