Fix ESP32-S3
@ -10,8 +10,8 @@ trap "kill 0" EXIT
# Run tsc once as rollup expects those files
npm exec -- tsc || true
npm exec -- rollup -c
npm exec -- serve -p 5004 &
npm exec -- tsc --watch &
npm exec -- rollup -c --watch &
wait