mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
const config = {
|
|
build: {},
|
|
create: {},
|
|
serve: {},
|
|
};
|
|
|
|
module.exports = config;
|