From 645e815ebe11dbb86781c3eb645d3d67cd62cf7c Mon Sep 17 00:00:00 2001 From: polwex Date: Fri, 27 Jun 2025 16:34:09 +0700 Subject: nice nice. lsp still doesnt work tho --- bin/server.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/server.ml b/bin/server.ml index d640095..f5a8830 100644 --- a/bin/server.ml +++ b/bin/server.ml @@ -45,7 +45,7 @@ let () = ~stdenv ~post_connect:(fun conn -> (* Initialize each connection with SQLite performance pragmas *) - match Lib.Query.init_connection conn with + match Shared.Query.init_connection conn with | Ok () -> Ok () | Error err -> Error err) uri -- cgit v1.2.3