File size: 246 Bytes
1253e7a
 
 
 
1
2
3
4
5
// 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');