mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
Update vite.config.ts
This commit is contained in:
@@ -5,6 +5,5 @@ export default defineConfig({
|
|||||||
plugins: [sveltekit()],
|
plugins: [sveltekit()],
|
||||||
define: {
|
define: {
|
||||||
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
APP_VERSION: JSON.stringify(process.env.npm_package_version)
|
||||||
},
|
}
|
||||||
assetsInclude: ['**/*.md']
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user