0
Fork 0
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:
Matthew Phillips 2024-01-22 15:41:28 -05:00 committed by Nate Moore
parent ebbbb64899
commit c94ddd0c09
2 changed files with 0 additions and 10 deletions

View file

@ -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",

View file

@ -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