This is a 1:1 mapping of BASE - Bridged app services from bridgedxyz/base.
we use _
prefix for excluding from workspace. all other than starting with _
will be included.
from root workspace package.json
...
"workspaces": [
"./[!_]*"
],
...