This commit is contained in:
hailin 2025-05-19 00:07:52 +08:00
parent 3d0c113c83
commit 4353569042
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
const fs = require("fs");
const env = {
SUPABASE_URL: process.env.SUPABASE_URL || "http://localhost:8000",
OLLAMA_URL: process.env.OLLAMA_URL || "http://localhost:11434"
SUPABASE_URL: process.env.SUPABASE_URL || "http://localhost:8000"
};
const content = `window.RUNTIME_ENV = ${JSON.stringify(env, null, 2)};`