mirror of
https://github.com/DinheroDevelopmentGroup/modular-minecraft-proxy.git
synced 2024-11-23 15:48:23 -05:00
Dinhero21
cc9c274325
I actually wrote a package manager but then my shit got fucked and I lost motivation to do it again but now I have motivation again (thanks modern medicine)
4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# --delete-dir-on-start breaks nodemon
|
|
swc src -d dist --strip-leading-paths $@
|