mirror of
https://github.com/directus/directus.git
synced 2026-01-24 16:28:10 -05:00
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/bin/bash
|
|
|
|
node ./dist/cli/index.js bootstrap;
|
|
node ./dist/start.js;
|