mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-04 08:58:31 +00:00
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
node migrate.js
|
|
|
|
exec node server.js |