mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-15 16:58:09 +00:00
10 lines
90 B
JavaScript
10 lines
90 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
assets: [
|
|
'public/**/*'
|
|
]
|
|
}
|
|
};
|