UNPKG

@kanton-basel-stadt/designsystem

Version:

Unplugin to install the digital design system of the canton of Basel-Stadt

9 lines (6 loc) 189 B
import path from 'node:path' import { getDirName } from './getDirName.ts' export function getConfigsPath() { const dirname = getDirName() return path.resolve(`${dirname}/configs/`) }