We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried making the script aframe-watcher ./index.html & vite but Vite stole the focus of the terminal when it prompted Y/n.
aframe-watcher ./index.html & vite
By running it after Vite, it maintained focus, so I could save changes to files, but also I lost control to be able to end the script with ctrl-c.
ctrl-c
Just... my findings for anybody exploring this tool in the future.
Also take note that an entity must have an id for watcher to be able to update it, as per the last line of the README.md.
id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried making the script
aframe-watcher ./index.html & vite
but Vite stole the focus of the terminal when it prompted Y/n.By running it after Vite, it maintained focus, so I could save changes to files, but also I lost control to be able to end the script with
ctrl-c
.Just... my findings for anybody exploring this tool in the future.
Also take note that an entity must have an
id
for watcher to be able to update it, as per the last line of the README.md.The text was updated successfully, but these errors were encountered: