Files

4 lines
165 B
JavaScript
Raw Permalink Normal View History

2026-04-26 02:42:42 -04:00
// 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');