chore(server): remove now redundant shebang

This commit is contained in:
Elian Doran 2025-05-31 00:19:06 +03:00
parent ac384257d3
commit 5d2a779817
No known key found for this signature in database

View File

@ -1,4 +1,3 @@
#!/usr/bin/env node
import fs from "fs"; import fs from "fs";
import http from "http"; import http from "http";
import https from "https"; import https from "https";