UNPKG

@kanton-basel-stadt/designsystem

Version:

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

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