Inaccuracy in the docs on BabylonDevServer

Hello!

Run target in VS Code: Run and watch Dev Server (Dev - ES5) - same aplies when running from the terminal

Runs on port 1337, not on 1338 as written in the docs.

The other issue here is no matter if I go to localhost:1337 or localhost:1337/index-ts the content is always served from babylonServer/src/createScene.js

Thank you!

R.

I’ll fix the port issue.
regarding ts vs js - testing this now.

1 Like

should be index-ts.html.

I’ll update that in the docs as well :slight_smile:

1 Like

Was updated, thanks a lot for reporting :slight_smile:

1 Like