diff options
author | polwex <polwex@sortug.com> | 2025-06-27 16:34:09 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-27 16:34:09 +0700 |
commit | 645e815ebe11dbb86781c3eb645d3d67cd62cf7c (patch) | |
tree | 347b03391a5245de8a43198c9646719c2e892373 /bin | |
parent | 8be9a806a93b02eada372f3993c34bc6b2f26fea (diff) |
nice nice. lsp still doesnt work tho
Diffstat (limited to 'bin')
-rw-r--r-- | bin/server.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |