adds missing import
This commit is contained in:
parent
f634bb6deb
commit
ed6b074f72
2 changed files with 2 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue