diff options
author | 2022-09-12 14:40:31 -0400 | |
---|---|---|
committer | 2022-09-12 14:40:31 -0400 | |
commit | 0dba3b6f3fbd013f922fd11b9d6d977d165a512a (patch) | |
tree | a9f37073ce4522c41cff6d4f0326873ed84e19c1 /pnpm-lock.yaml | |
parent | 562147a5b4a4d7e9bcf50191e386bcca25112f0a (diff) | |
download | astro-0dba3b6f3fbd013f922fd11b9d6d977d165a512a.tar.gz astro-0dba3b6f3fbd013f922fd11b9d6d977d165a512a.tar.zst astro-0dba3b6f3fbd013f922fd11b9d6d977d165a512a.zip |
Make error handling more resilient in the dev server (#4723)
* Make error handling more resilient in the dev server
* Better approach
* Add a changeset
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 fcb3c2d20..854833fcd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1492,6 +1492,12 @@ importers: '@astrojs/preact': link:../../../../integrations/preact astro: link:../../.. + packages/astro/test/fixtures/error-bad-js: + specifiers: + astro: workspace:* + dependencies: + astro: link:../../.. + packages/astro/test/fixtures/fetch: specifiers: '@astrojs/preact': workspace:* |