mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-22 19:24:21 -05:00
feat(cli-serve): modify UI (#324)
This commit is contained in:
@@ -114,9 +114,11 @@ module.exports = async ({
|
||||
});
|
||||
});
|
||||
|
||||
if (serveConfig.assets) {
|
||||
app.use('/assets', express.static(serveConfig.assets));
|
||||
if (serveConfig.resources) {
|
||||
app.use('/resources', express.static(serveConfig.resources));
|
||||
}
|
||||
|
||||
app.use('/assets', express.static(path.resolve(__dirname, '../assets')));
|
||||
},
|
||||
proxy: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user