The demos currently combine dev-dependencies from the main webXR library and the output of the main webXR library, which causes some issues with deploying to Vercel in a sane way.
To properly fix this, the demos should be moved to a sub project inside the library. This would simplify the library's package.json and open up more room to add more complex demos.
The demos currently combine dev-dependencies from the main webXR library and the output of the main webXR library, which causes some issues with deploying to Vercel in a sane way.
To properly fix this, the demos should be moved to a sub project inside the library. This would simplify the library's package.json and open up more room to add more complex demos.