Daryl Ferrer Legion

Results 9 comments of Daryl Ferrer Legion

@styfle , here without debugger attached. I'm still getting the same output as shown in the screenshot. ``` Vercel CLI 23.1.2 dev (beta) — https://vercel.com/feedback > Creating initial build Running...

here's my vercel.json ``` { "regions": ["all"], "functions": { "api/**": { "memory": 1024 } }, "rewrites": [ { "source": "/(.+)", "destination": "/api" } ] } ```

Yes, I did. I also tried cloning the repo again and followed the same steps.

>index.js:1 Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "image/png". Strict MIME type checking is enforced for module scripts...

Yes, I have that file, [dist/web/index.js](https://gist.github.com/whoami15/e0bf3a314ac4c059eef7b347934ff10c).

Sorry, I forgot to mention above, I'm using Windows 10.

> This is bc Voayger has been updated since the release of these videos. > > You can insert this code: > > class OrdersController extends VoyagerBaseController > { >...