UNPKG

studiocms

Version:

Astro Native CMS for AstroDB. Built from the ground up by the Astro community.

10 lines (8 loc) 339 B
export const config = $$options$$; export default config; export const dashboardConfig = config.features.dashboardConfig; export const authConfig = config.features.authConfig; export const developerConfig = config.features.developerConfig; export const sdk = config.features.sdk; // Deprecated alias export const AuthConfig = authConfig;