chore(tooling): prepare workspace configs for a crates/ directory

This commit is contained in:
Maze Winther 2026-07-24 14:13:45 +02:00
parent df6c16413c
commit 91c714c469
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,6 @@ $schema: 'https://moonrepo.dev/schemas/workspace.json'
projects:
globs:
- 'apps/*'
- 'crates/*'
sources:
root: '.'

View File

@ -2,6 +2,7 @@
resolver = "3"
members = [
'apps/desktop',
# 'crates/*',
]
[workspace.package]