updated .env

This commit is contained in:
Leon van Kammen 2025-01-14 15:41:11 +01:00
parent 41496ea9cf
commit 970805b5c6
1 changed files with 1 additions and 1 deletions

2
.env
View File

@ -20,5 +20,5 @@ test $(hostname) = 2wa && {
# on the website xrfragment.org copy examples to root-dir # on the website xrfragment.org copy examples to root-dir
# (so https://xrfragment.org/index.glb can be requested remotely) # (so https://xrfragment.org/index.glb can be requested remotely)
# because that really emphasizes a nice WebXR experience-at-website-root paradigm # because that really emphasizes a nice WebXR experience-at-website-root paradigm
cp -r examples/assets . cp -r example/assets .
} }