Romain Lepert

Results 3 comments of Romain Lepert

the following does register the route `/api/users/:id` but not `/api/users` ```js // @/server/api/users/[...].ts import { createRouter, defineEventHandler, useBase } from 'h3'; const router = createRouter(); router.get('', defineEventHandler(event => 'all users'));...

Thanks for the clarification. I was not familiar with Grids4Live and googling Max 4 Live wasn't helping in this scenario :P Maybe you could document Henri as the Grids4Live mode...

With this `aurelia.json` config ``` { "name": "chart.js", "path": "../node_modules/chart.js/dist", "main": "Chart.min" }, { "name": "aurelia-chart", "path": "../node_modules/aurelia-chart/dist/amd", "main": "index", "resources": [ "elements/chart-element.js", "elements/chart-element.html", "attributes/chart-attribute.js" ] }, ``` The aurelia-cli...