mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
(async () => {
|
|
try {
|
|
await import("./src/server.mjs");
|
|
} catch (e) {
|
|
console.error(e);
|
|
process.exit(1);
|
|
}
|
|
})();
|