From 0e495bc31d475bfb56ddac5db226a0302bd4a1e2 Mon Sep 17 00:00:00 2001 From: Rory& Date: Mon, 29 Sep 2025 22:11:08 +0200 Subject: Silence, dotenv, we dont want your ads --- src/bundle/start.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bundle') diff --git a/src/bundle/start.ts b/src/bundle/start.ts index 5c2e28bd..26d62bdd 100644 --- a/src/bundle/start.ts +++ b/src/bundle/start.ts @@ -27,7 +27,7 @@ import { red, bold, yellow, cyan, blueBright, redBright } from "picocolors"; import { initStats } from "./stats"; import { config } from "dotenv"; -config(); +config({ quiet: true }); import { execSync } from "child_process"; import { centerString, Logo } from "@spacebar/util"; -- cgit 1.5.1