Commit ff257df
feat: move astro config validation after astro:config:setup (#13482)
* feat: move astro config validation after astro:config:setup
* feat: superRefine
* fix: test
* feat: update test
* feat: update test
* fix: test
* feat: feedback
* feat: improve logging
* feat: refactor
* fix: no spread
* feat: split schemas
* chore: changeset
* Update packages/astro/src/core/config/schemas/README.md
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
* Update packages/astro/src/integrations/hooks.ts
* Update packages/astro/src/core/config/schemas/README.md
* Update .changeset/easy-vans-laugh.md
* Update .changeset/easy-vans-laugh.md
* grammar nit in changeset
---------
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
Co-authored-by: sarah11918 <5098874+sarah11918@users.noreply.github.com>1 parent 4db2c68 commit ff257dfCopy full SHA for ff257df
File tree
Expand file treeCollapse file tree
16 files changed
+864
-848
lines changedOpen diff view settings
Filter options
- .changeset
- packages/astro
- src
- container
- core
- build
- config
- schemas
- events
- integrations
- types/public
- test/units
- config
- integrations
Expand file treeCollapse file tree
16 files changed
+864
-848
lines changedOpen diff view settings
Collapse file
.changeset/easy-vans-laugh.md
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
Collapse file
.changeset/three-masks-see.md
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
packages/astro/src/container/index.ts
Copy file name to clipboardExpand all lines: packages/astro/src/container/index.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
packages/astro/src/core/build/index.ts
Copy file name to clipboardExpand all lines: packages/astro/src/core/build/index.ts+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
173 | 173 | |
174 | 174 | |
175 | 175 | |
176 | | - |
| 176 | + |
177 | 177 | |
178 | 178 | |
179 | 179 | |
| ||
248 | 248 | |
249 | 249 | |
250 | 250 | |
251 | | - |
| 251 | + |
252 | 252 | |
253 | 253 | |
254 | 254 | |
|
Collapse file
packages/astro/src/core/config/index.ts
Copy file name to clipboardExpand all lines: packages/astro/src/core/config/index.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
Collapse file
packages/astro/src/core/config/schemas/README.md
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
0 commit comments