UNPKG

247 BJavaScriptView Raw
1/** Example of Apemanfile.js */
2
3"use strict";
4
5module.exports = {
6 $cwd: __dirname,
7 $pkg: {/*...*/},
8 $proto: [/*...*/],
9 $tmpls: {/*...*/},
10 $tasks: {/*...*/},
11 $apps: {/*...*/},
12 $wtchs: {/*...*/},
13 $infra: {/*...*/}
14};
\No newline at end of file