diff options
author | 2022-05-11 18:10:38 -0300 | |
---|---|---|
committer | 2022-05-11 15:10:38 -0600 | |
commit | 114bf63e11f28299b13178ef1a412eed37ab7909 (patch) | |
tree | 80e3512af2a5ff86b662444f57994cfd5c25fc2c /examples/docs | |
parent | 46cd8b9eb4c5e9b526a6cba288070630b8dcbbf5 (diff) | |
download | astro-114bf63e11f28299b13178ef1a412eed37ab7909.tar.gz astro-114bf63e11f28299b13178ef1a412eed37ab7909.tar.zst astro-114bf63e11f28299b13178ef1a412eed37ab7909.zip |
refactor(vercel): Build Output API v3 (#3216)
* Removed ignores
* Migration to v3
* More changes
* Remove legacy redirects
* Fail when there is no ENABLE_VC_BUILD
* Fix edge
* Updated readme
* Changeset
* Added static mode
* Updated documentation
* Updated shim
* Made edge work!
* Updated changeset
* Ensure empty dir
* Fixed redirects for dynamic paths
* Removed extra declaration
* Splited imports
* Updated readme
* Fixed some urls
* Deprecated shim!
* [test]: Vercel NFT
* Beautify
* Edge bundle to node 14.19
Vercel runs 14.19.1 (I've checked it manually)
* Re-added shim (#3304)
* Added `node:` prefix
* Use the same bundling as Deno for Edge
* Remove esbuild
* Fixed shim
* Moved nft
* Updated changeset
* Added note about Edge
* fix typo
* Added support for Node 16 (vercel/vercel#7772)
Diffstat (limited to '')
-rw-r--r-- | examples/docs/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/docs/.gitignore b/examples/docs/.gitignore index 7329a851d..02f6e50b4 100644 --- a/examples/docs/.gitignore +++ b/examples/docs/.gitignore @@ -1,6 +1,5 @@ # build output dist/ -.output/ # dependencies node_modules/ |