mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 13:20:47 +01:00
9c71c3bb4f
* Yarn to bun migration port * . * . * . * . * . * . * . * missed that * ... * can't have those * end of compat * port tg 91703 * we need to accept the eula * make sure to use basic * -f as JL suggested * Update dependencies.sh * push --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
cd "$(dirname "$0")"
|
|
exec ../bootstrap/javascript.sh build.ts "$@"
|