From d9def86b069b9758b532f83d848442a6f4a47171 Mon Sep 17 00:00:00 2001 From: quinm0 Date: Sun, 26 Apr 2026 22:56:46 -0400 Subject: [PATCH] stringify output --- bun/soupclown/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun/soupclown/index.ts b/bun/soupclown/index.ts index b70bc1d..f5f7bc1 100644 --- a/bun/soupclown/index.ts +++ b/bun/soupclown/index.ts @@ -1,3 +1,3 @@ import { SC_CONFIG } from "./src/interface/config"; -console.log('config', SC_CONFIG) \ No newline at end of file +console.log('config', JSON.stringify(SC_CONFIG, null, 2)) \ No newline at end of file