diff options
author | 2024-06-05 13:09:51 +0100 | |
---|---|---|
committer | 2024-06-05 13:09:51 +0100 | |
commit | 35ef53c0897c0d360efc086a71c5f4406721d2fe (patch) | |
tree | 9000904414d7b24aa0d167897ce8bedafaa7c343 /pnpm-lock.yaml | |
parent | 6bcbd15f86cddeb45b982e9d12fb2da35b9ff0e1 (diff) | |
download | astro-35ef53c0897c0d360efc086a71c5f4406721d2fe.tar.gz astro-35ef53c0897c0d360efc086a71c5f4406721d2fe.tar.zst astro-35ef53c0897c0d360efc086a71c5f4406721d2fe.zip |
fix: bubble up errors in rewrites (#11136)
* fix: bubble up errors in rewrites
* docs
* remove commented code
* changesets
* fix string interpolation
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 765d42d62..02bc89d0d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3466,6 +3466,18 @@ importers: specifier: workspace:* version: link:../../.. + packages/astro/test/fixtures/rewrite-404-invalid: + dependencies: + astro: + specifier: workspace:* + version: link:../../.. + + packages/astro/test/fixtures/rewrite-runtime-error: + dependencies: + astro: + specifier: workspace:* + version: link:../../.. + packages/astro/test/fixtures/root-srcdir-css: dependencies: astro: |