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