1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-28 01:09:37 +02:00
AdventureLog/startup.sh

9 lines
153 B
Bash
Raw Normal View History

#!/bin/sh
# Start your application here
# Example: node build/index.js
# print message
echo "Starting AdventureLog"
npm run migrate
node build/index.js