chore: set build from source to false (#494)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
f7c3003f4c
commit
d395aa3fea
@ -50,7 +50,7 @@ H.commands = function()
|
||||
local key, value = arg:match("(%w+)=(%w+)")
|
||||
if key and value then args[key] = value == "true" end
|
||||
end
|
||||
if args.source == nil then args.source = true end
|
||||
if args.source == nil then args.source = false end
|
||||
|
||||
require("avante.api").build(args)
|
||||
end, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user