mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #8610] [MERGED] 🌟 Chore: Add Svelte Inspector for Easier Development 🌟 #9053
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8610
Author: @excho0
Created: 1/16/2025
Status: ✅ Merged
Merged: 1/17/2025
Merged by: @tjbck
Base:
dev← Head:patch-1📝 Commits (1)
8468085Update svelte.config.js📊 Changes
1 file changed (+9 additions, -1 deletions)
View changed files
📝
svelte.config.js(+9 -1)📄 Description
So I thought it might be a great idea to add Svelte Inspector to the project. It's a developer tool that makes working on Svelte apps much easier by enabling us to inspect components, jump directly to their source code, and debug more efficiently—all right from the browser.
Why does it matter?
Adding it is lightweight and only affects the development environment, so it won't impact the production build.
Cheers! 🚀
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.