astrobot-houston
released this
15 Aug 09:50
·
690 commits
to main
since this release
Minor Changes
-
#11360
a79a8b0
Thanks @ascorbic! - Changes how type generation worksThe generated
.d.ts
file is now at a new location:- .astro/db-types.d.ts + .astro/integrations/astro_db/db.d.ts
The following line can now be removed from
src/env.d.ts
:- /// <reference path="../.astro/db-types.d.ts" />
Patch Changes
-
#11645
849e4c6
Thanks @bluwy! - Refactors internally to usenode:util
parseArgs
instead ofyargs-parser
-
Updated dependencies []:
- @astrojs/[email protected]