chore(workspace): add root package to pnpm workspace configuration

- Included the root directory as a package in the pnpm workspace to facilitate dependency management and streamline project structure.
This commit is contained in:
Haze
2026-02-06 05:38:21 +08:00
Unverified
parent b576cd2e1b
commit 4e1f79922b

View File

@@ -1,3 +1,6 @@
packages:
- '.'
ignoredBuiltDependencies:
- electron
- esbuild