UNPKG

joytpl

Version:

joy - js template engine with short syntax and modern features

7 lines (4 loc) 204 B
const path = require('path'); const joyDefault = require('../../lib/defaults'); console.log(path.join(__dirname, '../../runtime')); joyDefault.runtimePath = path.join(__dirname, '../../runtime');