From 6c5beeb27c0a4d18d979af9714f862e0fab2a6b1 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Thu, 20 Feb 2025 08:42:46 +0800 Subject: [PATCH] chore: add .env.example for environment variable configuration - Added .env.example to provide a template for environment variables. - Included the WebSocket URL for the LSP service (C Language - clangd). --- .env.example | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..0bd885e --- /dev/null +++ b/.env.example @@ -0,0 +1,2 @@ +# WebSocket URL for the LSP service (C Language - clangd) +NEXT_PUBLIC_LSP_C_URL=ws://localhost:4594/clangd