diff --git a/package.json b/package.json index 8ff256f..22415e1 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "storage/", "engine262/lib/", "graphology/", - "config.json", "AGENTS.md", "README.md" ], diff --git a/src/constants.ts b/src/constants.ts index 597dbd8..124407e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -2,7 +2,6 @@ export const STORAGE_DIR = "./storage"; export const SPEC_DIR = "./spec-built/multipage"; export const CODE_DIR = "./engine262/src"; export const GRAPH_FILE = "./graphology/graph.json"; -export const CONFIG_FILE = "./config.json"; // Model configurations export const EMBEDDING_MODEL = "qwen3-embedding:0.6b";