mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
10 lines
154 B
Bash
Executable File
10 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Checking environment..."
|
|
node scripts/preinstall
|
|
|
|
echo "Preparing the database..."
|
|
node scripts/postinstall
|
|
|
|
echo "Starting..."
|
|
node src/ |