Marc Troll

Results 5 comments of Marc Troll

In addition: After "socket hang up" you have to restart the Vite dev server in order to refresh (F5) the page. Otherwise the page will load endless. But this happens...

Do you use any other software that changes files while Vite might rebuild your project? Or can you provide more information on when this is happening to you, e.g. which...

> (And we use stylus, no SCSS) But this has to be transpiled anyways? As I wrote in the opening post: > I think the error occurs, because the filewatcher...

At least it's the Vite dev-server that's causing the crash, so I think it should be Vite, but I'm not sure about this.

Ich nutze folgende `docker-compose.yml` um das Buchungssystem laufen zu lassen: ``` version: "3" services: nginx: image: nginx:alpine ports: - 8080:80 volumes: - ./data/web/:/var/www/html - ./config/nginx/:/etc/nginx/conf.d/ - ./logs/nginx/:/var/logs/nginx/ php: build: ./php...