Releases: appsignal/mono
Releases · appsignal/mono
v0.1.1
Filter out node_modules dirs as packages With Node.js mono repo packages using NPM workspaces a `node_modules` directory is created in the workspace directory. Add a language specific filter option to filter out such a directory so it's not recognized as a package and mono won't try to bootstrap or build the `node_modules`. ``` # package.json { # ... "workspaces": [ "packages/*" ], } ```