Compare commits

..

No commits in common. "0e9628f5050a25833ab7a253aa36ccd56d66e0f0" and "58032d232e09d339f97a3d0efd20a74a886a1e84" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ elif [ $exit_code -eq 2 ]; then
mkdir -p ./.build
cd ~/$REPL_SLUG/
npm install typescript
npx tsc || true # work around dep compile failure
npx tsc
echo "finished compiling, launching..."
else
echo "received non-zero exit code ($?), exiting!"

View File

@ -3,7 +3,7 @@
<a href="https://repl.it/github/WorldEditAxe/eaglerproxy"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/replit2.svg"><img></a>
A standalone reimplementation of EaglercraftX's bungee plugin written in TypeScript, with plugin support.
_Working for latest EaglercraftX client version as of `5/21/2024`_
_Working for latest EaglercraftX client version as of `6/15/2023`_
## Known Issues