- Added .env.example to provide a template for environment variables. - Included the WebSocket URL for the LSP service (C Language - clangd).
3 lines
107 B
Plaintext
3 lines
107 B
Plaintext
# WebSocket URL for the LSP service (C Language - clangd)
|
|
NEXT_PUBLIC_LSP_C_URL=ws://localhost:4594/clangd
|