From 98bce1b0da675715b2e5482c0ad61ba21135f62f Mon Sep 17 00:00:00 2001
From: Server-Bibliothek <server-bibliothek@lokal>
Date: Di, 04 Aug 2026 07:00:04 +0200
Subject: [PATCH] Add a desktop client that knows what is installed locally
---
package.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/package.json b/package.json
index a0491dc..99f7c4e 100644
--- a/package.json
+++ b/package.json
@@ -4,11 +4,13 @@
"description": "Interne Software-Bibliothek — Katalog, Datei-Download, Zugriffsprotokoll (D+H)",
"private": true,
"workspaces": [
- "./packages/*"
+ "./packages/*",
+ "./desktop/frontend"
],
"scripts": {
"build": "npm run build -w packages/bibliothek-types && npm run build -w packages/bibliothek-server && npm run build -w packages/bibliothek-client",
"build:exe": "npm run build && npm run bundle -w packages/bibliothek-server && node bauen-exe.cjs",
+ "build:desktop-ui": "npm run build -w packages/bibliothek-types && npm run build -w desktop/frontend",
"dev:server": "npm run dev -w packages/bibliothek-server",
"dev:client": "npm run dev -w packages/bibliothek-client"
},
--
Gitblit v1.9.3