Holy-Unblocker/backend.js
2024-08-08 17:25:45 -07:00

3 lines
57 B
JavaScript

(async () => {
await import('./src/server.mjs');
})();