ignore remotestorage.js for vanilla terminal
Some checks are pending
/ mirror_to_github (push) Waiting to run
/ test (push) Waiting to run

This commit is contained in:
Leon van Kammen 2025-10-23 18:06:57 +02:00
parent 11674a1509
commit e486111105
2 changed files with 2 additions and 0 deletions

1
make
View file

@ -68,6 +68,7 @@ standalone(){ # build standalone xrsh.com binary
echo " fbterm: true,"
echo " fbtermjs: true,"
echo " remotekeyboard: true"
echo " remotestorage: true"
echo " };"
} > xrsh.js
ls -lh xrsh.js

View file

@ -4499,4 +4499,5 @@ AFRAME.utils.require.required = {
fbterm: true,
fbtermjs: true,
remotekeyboard: true
remotestorage: true
};