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).
This commit is contained in:
cfngc4594 2025-02-20 08:42:46 +08:00
parent 8cd8a2977c
commit 6c5beeb27c

2
.env.example Normal file
View File

@ -0,0 +1,2 @@
# WebSocket URL for the LSP service (C Language - clangd)
NEXT_PUBLIC_LSP_C_URL=ws://localhost:4594/clangd