web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 8e0eb3de0695a7a9b40d50faf03306975586f52a
parent 5ee256bc939ee2e3edfb3fc4b934e67a516efc2a
Author: triesap <triesap@radroots.dev>
Date:   Mon, 22 Dec 2025 16:23:11 +0000

themes: use workspace protocol for internal dependencies

Diffstat:
Mthemes/package.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/package.json b/themes/package.json @@ -33,7 +33,7 @@ "watch": "tsc -w" }, "devDependencies": { - "@radroots/tsconfig": "*", + "@radroots/tsconfig": "workspace:*", "tsx": "^4.20.6", "typescript": "5.8.3" },