Skip to content

Commit 6e9af4d

Browse files
committed
rconf
1 parent aa4cf37 commit 6e9af4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rconf.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* MIT Licensed
55
*/
66

7-
var rinco = require('rinco');
8-
rinco.setConfig({
7+
module.exports = {
98
path_dev: '',
109
path_build: '' // empty for root folder ex: rincojs.com
11-
});
10+
};

0 commit comments

Comments
 (0)