mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 06:58:07 +00:00
13 lines
163 B
JavaScript
13 lines
163 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
scripts: [
|
|
'lib/middleware/*.js'
|
|
],
|
|
assets: [
|
|
'lib/public/**/*' // for connect@2.3
|
|
]
|
|
}
|
|
};
|