lion/packages/singleton-manager/demo/singleton/server.js
Thomas Allmer 7f49f2c6a6 feat: manager to support single instances with nested npm installations
BREAKING CHANGE: add singleton-manager
2020-05-18 15:25:21 +02:00

6 lines
146 B
JavaScript

module.exports = {
rootDir: '../../',
appIndex: 'packages/singleton-manager/demo/singleton/index.html',
nodeResolve: true,
open: true,
};