UNPKG

@lucidcms/core

Version:

The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.

1 lines 581 B
{"version":3,"file":"table-parts.mjs","names":[],"sources":["../../../../src/libs/collection/helpers/table-parts.ts"],"sourcesContent":["/**\n * Reserved parts used in Lucid collection table names.\n *\n * This stays in a tiny standalone module so other helpers and validation\n * schemas can reference these constants without pulling in the full\n * build-table-name dependency graph.\n */\nexport const collectionTableParts = {\n\tdocument: \"document\",\n\tfields: \"fld\",\n\tversions: \"ver\",\n} as const;\n"],"mappings":"AAOA,MAAa,EAAuB,CACnC,SAAU,WACV,OAAQ,MACR,SAAU,KACX"}