@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
1 lines • 390 B
Source Map (JSON)
{"version":3,"file":"get-dir-name.mjs","names":[],"sources":["../../../src/utils/helpers/get-dir-name.ts"],"sourcesContent":["import { dirname } from \"node:path\";\nimport { fileURLToPath } from \"node:url\";\n\nconst getDirName = (metaUrl: string) => {\n\treturn dirname(fileURLToPath(metaUrl));\n};\n\nexport default getDirName;\n"],"mappings":"6EAGA,MAAM,EAAc,GACZ,EAAQ,EAAc,CAAO,CAAC"}