0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Emanuele Stoppa
d04177d710 fix: tsconfig 2025-02-05 16:56:45 +00:00
Alexander Niebuhr
1b6f89c5b4 chore: supress linting 2024-08-29 08:17:42 +02:00
Alexander Niebuhr
f6819f253f chore: fix tsconfig path 2024-08-29 07:57:58 +02:00
Erika
f366682d3f config: migrate us to moduleResolution: 'node16' (#8519) 2023-09-13 16:49:22 +02:00
Erika
f4146d36b5 Remove support for Node 16 (#7780) 2023-08-08 11:01:33 +01:00
Erika
2c546218f2 Update compilation target for Node 16 (#6213)
* config(esbuild): Update esbuild target to node16

* config(package): Update root package.json node engine

* config(tsconfig): Update all the tsconfigs module and targets

* chore: changeset

* chore: remove unneeded file
2023-03-06 13:57:16 -05:00
Matthew Phillips
77e038ef52 Adapters v0 (#2855)
* Adapter v0

* Finalizing adapters

* Update the lockfile

* Add the default adapter after config setup is called

* Create the default adapter in config:done

* Fix lint error

* Remove unused callConfigSetup

* remove unused export

* Use a test adapter to test SSR

* Adds a changeset

* Updated based on feedback

* Updated the lockfile

* Only throw if set to a different adapter

* Clean up outdated comments

* Move the adapter to an  config option

* Make adapter optional

* Update the docs/changeset to reflect config API change

* Clarify regular Node usage
2022-03-24 07:26:25 -04:00