Files
directus/tests/start.sh
2021-09-13 16:31:21 -04:00

5 lines
55 B
Bash

#!/bin/bash
node ./cli.js bootstrap;
node ./start.js;