adds missing import

This commit is contained in:
Dennis Schoepf 2025-12-09 18:00:04 +01:00
parent f634bb6deb
commit ed6b074f72
2 changed files with 2 additions and 3 deletions

View file

@ -89,6 +89,7 @@ local project_types = {
["main.odin"] = "odin run .",
["package.json"] = "pnpm run dev",
["Makefile"] = "make",
["flake.nix"] = "sudo just deploy",
}
local function find_project_type()