mirror of
https://github.com/ItzCrazyKns/Vane.git
synced 2026-06-12 10:02:14 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
node migrate.js
|
|
|
|
exec node server.js |