0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/examples/integrations-playground
Juan Martín Seery 114bf63e11
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)
2022-05-11 15:10:38 -06:00
..
public Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
src Remove try/catch from solid component check (#3282) 2022-05-11 10:23:34 -06:00
.gitignore refactor(vercel): Build Output API v3 (#3216) 2022-05-11 15:10:38 -06:00
.npmrc Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
.stackblitzrc Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
astro.config.mjs [ci] format 2022-05-11 16:24:45 +00:00
package.json Remove try/catch from solid component check (#3282) 2022-05-11 10:23:34 -06:00
README.md Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
sandbox.config.json Astro Integration System (#2820) 2022-03-18 15:35:45 -07:00
tsconfig.json Update example tsconfig (#3107) 2022-04-28 11:42:55 -04:00

Integration Playground

npm init astro -- --template integration-playground

Open in StackBlitz