0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/examples/ssr
Juan Martín Seery d10c3dea21
fix: --experimental-ssr fixes (#2937)
* Replaced `--experimental-ssr` with `isBuildingToSSR`

* changest

* Improved `isBuildingToSSR` a bit

* Added `isBuildingToSSR` to more places!!1!

* Added `@deprecated` tag

* Replaced missing experimentalSsr

* Added failing test

* Removed test

* Re-added experimental ssr flag

* Fixed typo

Co-authored-by: Matthew Phillips <matthew@skypack.dev>

* Fixed deno tests

Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-31 13:58:03 -04:00
..
public/images/products
server [ci] format 2022-03-29 12:19:10 +00:00
src [ci] format 2022-03-29 13:18:35 +00:00
.npmrc
astro.config.mjs Deno adapter (#2934) 2022-03-30 08:42:19 -04:00
package.json fix: --experimental-ssr fixes (#2937) 2022-03-31 13:58:03 -04:00
tsconfig.json