Merge pull request #272 from makermelissa/main

Fix ESP32-S3
pull/273/head
Dan Halbert 2 years ago committed by GitHub
commit 602e421dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 &
npm exec -- serve -p 5004 &
wait

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save