mirror of
https://github.com/coleam00/bolt.new-any-llm
synced 2024-12-27 22:33:03 +00:00
stopped apikeys set to envfile being exposed to UI
This commit is contained in:
parent
26a3bcf9b6
commit
6975083fb9
@ -1 +1 @@
|
||||
{ "commit": "e74d6cafb53f6eb2bb80c32014b27ac0aa56e7fe" }
|
||||
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
|
||||
|
@ -28,7 +28,7 @@ export default defineConfig((config) => {
|
||||
chrome129IssuePlugin(),
|
||||
config.mode === 'production' && optimizeCssModules({ apply: 'build' }),
|
||||
],
|
||||
envPrefix: ["VITE_", "OPENAI_LIKE_API_", "OLLAMA_API_BASE_URL", "LMSTUDIO_API_BASE_URL","TOGETHER_API_"],
|
||||
envPrefix: ["VITE_", "OLLAMA_API_BASE_URL", "LMSTUDIO_API_BASE_URL","TOGETHER_API_BASE_URL"],
|
||||
css: {
|
||||
preprocessorOptions: {
|
||||
scss: {
|
||||
|
Loading…
Reference in New Issue
Block a user