mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
e6bce8b331
Co-authored-by: Uzurka <101745008+Uzurka@users.noreply.github.com>
10 lines
154 B
Bash
10 lines
154 B
Bash
#!/bin/sh
|
|
|
|
echo "Checking environment..."
|
|
node scripts/preinstall
|
|
|
|
echo "Preparing the database..."
|
|
node scripts/postinstall
|
|
|
|
echo "Starting..."
|
|
node src/ |