mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac: fetch pyodide deps at build time, not checked into git
This commit is contained in:
@@ -19,5 +19,8 @@ export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
define: {
|
||||
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
||||
},
|
||||
worker: {
|
||||
format: 'es'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user