stopped apikeys set to envfile being exposed to UI

This commit is contained in:
Anirban Kar
2024-12-18 21:31:50 +05:30
parent 26a3bcf9b6
commit 6975083fb9
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {