mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
713abb2998
* chore: rename `collection` field to `table` * chore: remove deprecated ResolvedCollectionConfig type (only used by studio) * chore: collection -> table in migration-queries * chore: update tests * chore: last renames * chore: bump migration version * chore: remove deprecated collection field * chore: droptablequeries * chore(test): collection -> tables * chore: revert collection -> table change on migration file * chore: revert migration version change * chore: changeset
4 lines
222 B
TypeScript
4 lines
222 B
TypeScript
export type { TableConfig } from './core/types.js';
|
|
export { cli } from './core/cli/index.js';
|
|
export { integration as default } from './core/integration/index.js';
|
|
export { typegen } from './core/integration/typegen.js';
|