feat: obsoletes "require("avante_lib").load()" (#2324)

This commit is contained in:
Matthieu Coudron
2025-06-26 10:53:26 +02:00
committed by GitHub
parent 7738503c1d
commit 20e7f992a8
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ endif
LUA_VERSIONS := luajit lua51
BUILD_DIR := build
BUILD_DIR := lua
BUILD_FROM_SOURCE ?= false
TARGET_LIBRARY ?= all
@@ -68,7 +68,7 @@ $(BUILD_DIR):
@mkdir -p $(BUILD_DIR)
clean:
@rm -rf $(BUILD_DIR)
@rm -rf $(BUILD_DIR)/*.$(EXT)
luacheck:
@luacheck `find -name "*.lua"` --codes