We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4cf37 commit 6e9af4dCopy full SHA for 6e9af4d
rconf.js
@@ -4,8 +4,7 @@
4
* MIT Licensed
5
*/
6
7
- var rinco = require('rinco');
8
- rinco.setConfig({
+module.exports = {
9
path_dev: '',
10
path_build: '' // empty for root folder ex: rincojs.com
11
- });
+};
0 commit comments