mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-02-20 08:09:16 -05:00
9 lines
153 B
Bash
9 lines
153 B
Bash
#!/bin/sh
|
|
|
|
# Start your application here
|
|
# Example: node build/index.js
|
|
# print message
|
|
echo "Starting AdventureLog"
|
|
npm run migrate
|
|
node build/index.js
|