mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 15:26:04 -08:00
Compare commits
2 Commits
58032d232e
...
0e9628f505
Author | SHA1 | Date | |
---|---|---|---|
|
0e9628f505 | ||
|
268bc84339 |
|
@ -23,7 +23,7 @@ elif [ $exit_code -eq 2 ]; then
|
||||||
mkdir -p ./.build
|
mkdir -p ./.build
|
||||||
cd ~/$REPL_SLUG/
|
cd ~/$REPL_SLUG/
|
||||||
npm install typescript
|
npm install typescript
|
||||||
npx tsc
|
npx tsc || true # work around dep compile failure
|
||||||
echo "finished compiling, launching..."
|
echo "finished compiling, launching..."
|
||||||
else
|
else
|
||||||
echo "received non-zero exit code ($?), exiting!"
|
echo "received non-zero exit code ($?), exiting!"
|
||||||
|
|
|
@ -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 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.
|
A standalone reimplementation of EaglercraftX's bungee plugin written in TypeScript, with plugin support.
|
||||||
|
|
||||||
_Working for latest EaglercraftX client version as of `6/15/2023`_
|
_Working for latest EaglercraftX client version as of `5/21/2024`_
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user