Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
165 B
JavaScript
4 lines
165 B
JavaScript
// app.js — kept for Plesk configs that still point to app.js.
|
|
// The canonical entrypoint is server.js — this just forwards to it.
|
|
await import('./server.js');
|