ui-svelte: make it easier to toggle panels in logs view

This commit is contained in:
Benson Wong
2026-04-26 22:12:43 -07:00
committed by GitHub
parent e8d4384cd2
commit 8f4ff01f93
2 changed files with 26 additions and 36 deletions
+4
View File
@@ -26,6 +26,10 @@ export default defineConfig({
assetsDir: "assets",
},
server: {
// yes very insecure but who's running this thing
// on the public internet for dev?! haha.
host: "0.0.0.0",
allowedHosts: true,
proxy: {
"/api": "http://localhost:8080", // Proxy API calls to Go backend during development
"/logs": "http://localhost:8080",