8 lines
90 B
JavaScript
8 lines
90 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
scripts: ['lib/reload-server.js'],
|
|
},
|
|
};
|