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 |
|
Juan Martín Seery
|
eaad17694f
|
fix(vercel): trailingSlash fix for non-html pages (#3185)
* fix(vercel): `trailingSlash` fix for non-html pages
* Changeset
|
2022-04-26 16:00:26 -04:00 |
|
Juan Martín Seery
|
725c44a762
|
feat(vercel): Support trailingSlash (#3176)
|
2022-04-22 10:03:53 -04:00 |
|
Juan Martín Seery
|
4ac3797344
|
feat(vercel): added warning when ENABLE_FILE_SYSTEM_API=1 is missing (#3139)
* Added warning in buildtime
* Updated readme
* Changeset
|
2022-04-18 19:19:46 -03:00 |
|
Juan Martín Seery
|
b0ba22c5ff
|
fix(vercel): CJS bundle fix (#3051)
* fix(vercel): CJS bundle fix
* Changeset
|
2022-04-15 15:58:57 -04:00 |
|
Juan Martín Seery
|
f665d1a250
|
fix(vercel): support dynamic paths (#3081)
* fix(vercel): support dynamic paths
* Changeset
|
2022-04-12 10:02:59 -04:00 |
|
matthewp
|
c757427fca
|
[ci] format
|
2022-04-07 17:23:16 +00:00 |
|
Matthew Phillips
|
8c04ff1f0b
|
Allow an adapter to export default (#3022)
* Allow an adapter to export default
* Adds a changeset
|
2022-04-07 13:21:56 -04:00 |
|
Juan Martín Seery
|
8bd49c9536
|
fix(integrations): astro:build:done dir now matches SSR client output (#3008)
* `dir` now matches client output
* Updated integrations
* Changeset
|
2022-04-06 16:20:58 -04:00 |
|
Juan Martín Seery
|
b5ed099eaf
|
fix: @astrojs/vercel bug fixes (#3000)
* Fixed outDir
* Updated server out
* changeset
* Renamed out to tmp
|
2022-04-06 14:15:46 -03:00 |
|
JuanM04
|
bf2199e1df
|
New astro config
|
2022-04-02 18:59:03 -03:00 |
|
JuanM04
|
ccce433994
|
Formatted
|
2022-04-02 18:56:13 -03:00 |
|
JuanM04
|
60c5823ae1
|
Added some comments
|
2022-03-31 15:37:33 -03:00 |
|
JuanM04
|
56cb78bd40
|
Reverted config hook changes
|
2022-03-31 15:31:56 -03:00 |
|
JuanM04
|
c2f4dd44e3
|
Removed extra code
|
2022-03-31 15:14:04 -03:00 |
|
JuanM04
|
e890b528c4
|
Build to CommonJS
|
2022-03-30 23:08:39 -03:00 |
|
JuanM04
|
0555099619
|
Removed changes no longer necessary
|
2022-03-29 23:04:53 -03:00 |
|
JuanM04
|
697ff4dfb4
|
Rework - now it's all SSR
|
2022-03-29 23:01:37 -03:00 |
|
JuanM04
|
a878a5cb77
|
Updated some types + added webapi
|
2022-03-28 17:55:03 -03:00 |
|
JuanM04
|
f946687bea
|
Build API Routes
|
2022-03-28 15:13:14 -03:00 |
|
JuanM04
|
d4cff2333d
|
Basic Filesystem API
|
2022-03-28 10:05:55 -03:00 |
|