mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
fix: add defineWritableCollection export
This commit is contained in:
parent
4a51522beb
commit
d4b57a5ca4
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
export { defineCollection, field } from './config.js';
|
||||
export { defineCollection, defineWritableCollection, field } from './config.js';
|
||||
|
||||
export { integration as default } from './integration.js';
|
||||
|
|
Loading…
Reference in a new issue