Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 15 Aug 09:50
· 690 commits to main since this release
40a1b30

Minor Changes

  • #11360 a79a8b0 Thanks @ascorbic! - Changes how type generation works

    The 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