modular-minecraft-proxy/script/build.sh

7 lines
109 B
Bash
Raw Permalink Normal View History

2024-01-05 16:46:44 -05:00
#!/usr/bin/env bash
# --delete-dir-on-start breaks nodemon
2024-09-12 22:51:00 -04:00
swc \
src --strip-leading-paths -d dist \
$@