From 5d2a77981735edc6fb1467e7d6d9e2f1c09126e0 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 May 2025 00:19:06 +0300 Subject: [PATCH] chore(server): remove now redundant shebang --- apps/server/src/www.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/server/src/www.ts b/apps/server/src/www.ts index 4d2e0b412..2dcd74c80 100644 --- a/apps/server/src/www.ts +++ b/apps/server/src/www.ts @@ -1,4 +1,3 @@ -#!/usr/bin/env node import fs from "fs"; import http from "http"; import https from "https";