Skip to content

DbErrors

const DbErrors: object

Type declaration

AstroConfigOutput

AstroConfigOutput: string = "Astro Studio CMS is only supported in 'Output: server' SSR mode."

AstroConfigSiteURL

AstroConfigSiteURL: string = "Astro Studio CMS requires a 'site' configuration in your Astro Config. This can be your domain ( 'https://example.com' ) or localhost ( 'http://localhost:4321' - localhost should only be used during development and should not be used in production)."

DbStartPage

DbStartPage: string = 'Start Page is Enabled. This will be the only page available until you initialize your database and disable the config option forcing this page to be displayed. To get started, visit http://localhost:4321/start/ in your browser to initialize your database. And Setup your installation.'

astroDbMissingHint

astroDbMissingHint: string = 'Run astro add dbto install@astrojs/db and add it to your Astro config.'

astroDbMissingMessage

astroDbMissingMessage: string = 'Astro DB Integration not found in Astro Config'

Defined in

packages/studiocms_core/src/strings.ts:11