diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..a64a994 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,9 @@ +packages: + - . +minimumReleaseAge: 20160 +verifyDepsBeforeRun: install +minimumReleaseAgeExclude: + - "@marimo-team/*" +blockExoticSubdeps: true +trustPolicy: no-downgrade +onlyBuiltDependencies: []