6 lines
151 B
JavaScript
6 lines
151 B
JavaScript
module.exports = {
|
|
rootDir: '../../',
|
|
appIndex: 'packages-node/singleton-manager/demo/singleton/index.html',
|
|
nodeResolve: true,
|
|
open: true,
|
|
};
|