Files
2026-04-26 02:42:42 -04:00

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');