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+)")
|
local key, value = arg:match("(%w+)=(%w+)")
|
||||||
if key and value then args[key] = value == "true" end
|
if key and value then args[key] = value == "true" end
|
||||||
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)
|
require("avante.api").build(args)
|
||||||
end, {
|
end, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user