mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Fixes merge issues with main
This commit is contained in:
parent
ebbbb64899
commit
c94ddd0c09
2 changed files with 0 additions and 10 deletions
|
@ -183,7 +183,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/check": "^0.3.1",
|
||||
"@astrojs/db": "^0.1.3",
|
||||
"@playwright/test": "1.40.0",
|
||||
"@types/aria-query": "^5.0.4",
|
||||
"@types/babel__generator": "^7.6.7",
|
||||
|
|
|
@ -1538,15 +1538,6 @@ export interface AstroUserConfig {
|
|||
/** ⚠️ WARNING: SUBJECT TO CHANGE */
|
||||
db?: Config.Database;
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
* @name Database
|
||||
* @description
|
||||
* TODO
|
||||
*/
|
||||
db?: Config.Database;
|
||||
|
||||
/**
|
||||
* @docs
|
||||
* @kind heading
|
||||
|
|
Loading…
Add table
Reference in a new issue