// quasar.conf.js
module.exports = function (ctx) {
return {
sourceFiles: {
router: 'src/services/router', // default - src/router - OK
//...
> quasar dev
Dev mode.......... spa
Pkg quasar........ v1.0.0-beta.5
Pkg @quasar/app... v1.0.0-beta.9
Debugging......... enabled
app:quasar-conf Reading quasar.conf.js +0ms
app:dev Checking listening address availability (0.0.0.0:8080)... +0ms
(node:6752) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: EISDIR: illegal operation on a directory, read
(node:6752) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.