From e441a2455aa8cee322a01a5c437f2e3d906da149 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 24 Feb 2025 11:10:10 +0000 Subject: [PATCH] Add sqlite to mise tools --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index ca48a67b..545fe934 100644 --- a/mise.toml +++ b/mise.toml @@ -6,6 +6,7 @@ OPENAI_KEY = 'change-me' [tools] hurl = 'latest' flyctl = 'latest' +sqlite = 'latest' [tasks.npm-install] run = 'npm install'