chore: remove outdated examples/ folder

Delete examples/ workspace and remove from workspaces config.
This commit is contained in:
2026-05-08 10:32:57 +08:00
parent e68790dfc7
commit 1f7851d5e3
3 changed files with 1 additions and 56 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
"name": "@uncaged/workflow-monorepo",
"private": true,
"workspaces": [
"packages/*",
"examples"
"packages/*"
],
"scripts": {
"check": "bunx tsc --build && biome check .",