UNPKG

@matrixage/picpic

Version:

A awesome image bed by github pages and github actions.

11 lines (9 loc) 211 B
const path = require('path') const root = process.cwd() module.exports = { root: root, dist: `${root}/dist`, compress: `${root}/compress`, assets: `${root}/assets`, getPath: p => path.join(__dirname, p) }