You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
module.exports={/** * Different application entry-points * Each page is a combination of a JavaScript file and a HTML file * * Example: 'index' -> 'index.html' and 'index.js' */pages: ['page1','page2'],javaScript: {transpileDependencies: ['currency']},
I expect when opening http://hostname:port/, by default it should open the first page in the pages list. At the moment I get
Cannot GET /
The text was updated successfully, but these errors were encountered:
With the following config
I expect when opening http://hostname:port/, by default it should open the first page in the pages list. At the moment I get
The text was updated successfully, but these errors were encountered: