astro-ghostcms/.pnpm-store/v3/files/8c/fee3347d0209931bb990f88cc57...

10 lines
171 B
Plaintext

const DEFAULT_PREFERENCES = {
devToolbar: {
/** Specifies whether the user has the Dev Overlay enabled */
enabled: true
}
};
export {
DEFAULT_PREFERENCES
};