UNPKG

altair-static

Version:

Static package for altair graphql client

7 lines (5 loc) 194 B
import { resolve } from 'path'; /** * Returns the path to Altair assets, for resolving the assets when rendering Altair */ export const getDistDirectory = () => resolve(__dirname, './dist');