mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-13 14:30:02 -04:00
unfuck config.js
This commit is contained in:
parent
259160d06a
commit
c1acdf3147
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@ cp -r assets/ $DST/assets
|
|||
cp -r dist/ $DST/scram
|
||||
cp -r static/* $DST
|
||||
|
||||
echo 'let _CONFIG = { wispurl: "wss://puter.cafe/", bareurl: "https://aluu.xyz/bare/" }' >> $DST/config.js
|
||||
echo 'let _CONFIG = { wispurl: "wss://puter.cafe/", bareurl: "https://aluu.xyz/bare/" }' > $DST/config.js
|
||||
|
|
|
@ -1 +1 @@
|
|||
let _CONFIG = { wispurl: "wss://puter.cafe/", bareurl: "https://aluu.xyz/bare/" }
|
||||
let _CONFIG = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue