0
Fork 0
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:
bholmesdev 2024-01-17 16:20:26 -05:00 committed by Nate Moore
parent 4a51522beb
commit d4b57a5ca4

View file

@ -1,3 +1,3 @@
export { defineCollection, field } from './config.js';
export { defineCollection, defineWritableCollection, field } from './config.js';
export { integration as default } from './integration.js';