mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
## About The Pull Request We can do that now with bun This also sorts out some of the functions inside build.js into their own helper file ## Why It's Good For The Game Typing is objectively better Code improvement ## Changelog
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 "$@"
|