This commit is contained in:
parent
3d0c113c83
commit
4353569042
|
|
@ -2,8 +2,7 @@
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
|
|
||||||
const env = {
|
const env = {
|
||||||
SUPABASE_URL: process.env.SUPABASE_URL || "http://localhost:8000",
|
SUPABASE_URL: process.env.SUPABASE_URL || "http://localhost:8000"
|
||||||
OLLAMA_URL: process.env.OLLAMA_URL || "http://localhost:11434"
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const content = `window.RUNTIME_ENV = ${JSON.stringify(env, null, 2)};`
|
const content = `window.RUNTIME_ENV = ${JSON.stringify(env, null, 2)};`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue