diff options
author | 2023-11-10 16:11:15 +0000 | |
---|---|---|
committer | 2023-11-10 11:11:15 -0500 | |
commit | 1bc3319686808292322ea3f7e5df3b4a37357111 (patch) | |
tree | 253702ee2da49750ad02698e60d476461eb898fd /pnpm-lock.yaml | |
parent | 1e97708cda779510d638abaefdb4abf707b697e3 (diff) | |
download | astro-1bc3319686808292322ea3f7e5df3b4a37357111.tar.gz astro-1bc3319686808292322ea3f7e5df3b4a37357111.tar.zst astro-1bc3319686808292322ea3f7e5df3b4a37357111.zip |
fix(middleware): do not import user middleware if not preset (#9057)
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 322d1a4f7..d7ee1b767 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2957,6 +2957,12 @@ importers: specifier: workspace:* version: link:../../.. + packages/astro/test/fixtures/middleware-no-user-middleware: + dependencies: + astro: + specifier: workspace:* + version: link:../../.. + packages/astro/test/fixtures/middleware-ssg: dependencies: astro: |