mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Reorganize modules into layered directories
This commit is contained in:
@@ -6,7 +6,7 @@ import vm from "node:vm";
|
||||
|
||||
async function loadVectorHelpers() {
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url));
|
||||
const sourcePath = path.resolve(__dirname, "../vector-index.js");
|
||||
const sourcePath = path.resolve(__dirname, "../vector/vector-index.js");
|
||||
const source = await fs.readFile(sourcePath, "utf8");
|
||||
|
||||
const pieces = [
|
||||
|
||||
Reference in New Issue
Block a user