Lukas Gruber

Results 3 comments of Lukas Gruber

Well you could also serve a static folder with express and then route to your index.html. `app.use('/docs', express.static('docs'))` See [http://expressjs.com/en/starter/static-files.html](http://expressjs.com/en/starter/static-files.html) This way docs will then be accessible on '/docs'. You...

Hey there, I do not have such an option in platform.io. Do you know any other solutions for this? ![image](https://github.com/user-attachments/assets/d1114126-5ac0-4909-b8b8-d0552ec4c1ce)

I am facing the same error using pnpm and: - ng2-charts: 6.0.1 - chart.js: 4.4.3 - typescript: 5.5.3 - @angular/compiler: 18.1.0 ``` shell Application bundle generation failed. [6.013 seconds] ✘...