From 9419ce3533a42dcc8a30ba616ea8a2dd98d1e28e Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:53:06 +0000 Subject: [PATCH] Changed to expose server --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 320f8b7..bb8befa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,10 +8,10 @@ "name": "Launch server", "request": "launch", "runtimeExecutable": "bun", - "runtimeArgs": ["run", "--bun", "dev"], + "runtimeArgs": ["run", "--bun", "dev", "--host"], "skipFiles": ["/**"], "type": "node", - "console": "internalConsole" + "console": "integratedTerminal" }, ] } \ No newline at end of file