chore: remove obsolete config.json references

Deleted the `config.json` entry from the package file list and removed the corresponding `CONFIG_FILE` constant, cleaning up unused configuration references.
This commit is contained in:
2026-04-14 17:17:26 +05:30
parent b87cb31e03
commit c239e28119
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@
"storage/", "storage/",
"engine262/lib/", "engine262/lib/",
"graphology/", "graphology/",
"config.json",
"AGENTS.md", "AGENTS.md",
"README.md" "README.md"
], ],
-1
View File
@@ -2,7 +2,6 @@ export const STORAGE_DIR = "./storage";
export const SPEC_DIR = "./spec-built/multipage"; export const SPEC_DIR = "./spec-built/multipage";
export const CODE_DIR = "./engine262/src"; export const CODE_DIR = "./engine262/src";
export const GRAPH_FILE = "./graphology/graph.json"; export const GRAPH_FILE = "./graphology/graph.json";
export const CONFIG_FILE = "./config.json";
// Model configurations // Model configurations
export const EMBEDDING_MODEL = "qwen3-embedding:0.6b"; export const EMBEDDING_MODEL = "qwen3-embedding:0.6b";