Merge branch 'main' into main

This commit is contained in:
Cole Medin
2024-10-24 08:19:59 -05:00
committed by GitHub
19 changed files with 613 additions and 98 deletions

View File

@@ -28,6 +28,13 @@ export default defineConfig((config) => {
config.mode === 'production' && optimizeCssModules({ apply: 'build' }),
],
envPrefix:["VITE_","OPENAI_LIKE_API_","OLLAMA_API_BASE_URL"],
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
};
});